Argument: None
Key sequence:
Meta+Shift+(
Inserts a pair of parentheses, positioning the current point after the opening parenthesis. A positive prefix argument causes the parentheses to be placed around the appropriate number of following forms.
Argument: None
Key sequence:
Meta+Shift+)
Inserts a new line after the next closing parenthesis, moving the current point to the new line. Any indentation preceding the closing parenthesis is deleted, and the new line is indented.
Argument: None
Key sequence:
)
Mode: Lisp
Inserts a closing parenthesis and highlights the matching opening parenthesis, thereby allowing the user to examine the extent of the parentheses.
Argument: None
Key sequence: None
Moves the point to the end of the last properly matched form, thereby allowing you to easily identify any parentheses in your code which are unbalanced.
Find Mismatch
is a synonym for
Find Unbalanced Parentheses
.