mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
Move the cindex about moving to matching paren into the "List Commands"
node, where the commands are really described. Add cindex entries to the "Defuns" node.
This commit is contained in:
parent
951f9df517
commit
ef5bcfad64
@ -176,8 +176,6 @@ parentheses exist (including human languages).
|
||||
@cindex list
|
||||
@cindex sexp
|
||||
@cindex expression
|
||||
@cindex parentheses, moving across
|
||||
@cindex matching parenthesis, moving to
|
||||
These commands fall into two classes. Some deal only with @dfn{lists}
|
||||
(parenthetical groupings). They see nothing except parentheses, brackets,
|
||||
braces (whichever ones must balance in the language you are working with),
|
||||
@ -232,6 +230,9 @@ Transpose expressions (@code{transpose-sexps}).
|
||||
Put mark after following expression (@code{mark-sexp}).
|
||||
@end table
|
||||
|
||||
@cindex parentheses, moving across
|
||||
@cindex matching parenthesis and braces, moving to
|
||||
@cindex braces, moving across
|
||||
@kindex C-M-f
|
||||
@kindex C-M-b
|
||||
@findex forward-sexp
|
||||
@ -253,6 +254,7 @@ were whitespace in most modes.
|
||||
specified number of times; with a negative argument, it moves in the
|
||||
opposite direction.
|
||||
|
||||
@cindex deleting parenthesized expressions
|
||||
@kindex C-M-k
|
||||
@findex kill-sexp
|
||||
@kindex C-M-DEL
|
||||
@ -290,7 +292,7 @@ up one or more levels.@refill
|
||||
delimiter, this is nearly the same as searching for a @samp{(}. An
|
||||
argument specifies the number of levels of parentheses to go down.
|
||||
|
||||
@cindex transposition
|
||||
@cindex transposition of parenthesized expressions
|
||||
@kindex C-M-t
|
||||
@findex transpose-sexps
|
||||
A somewhat random-sounding command which is nevertheless handy is
|
||||
@ -336,6 +338,8 @@ Move to end of current or following defun (@code{end-of-defun}).
|
||||
Put region around whole current or following defun (@code{mark-defun}).
|
||||
@end table
|
||||
|
||||
@cindex move to beginning or end of function
|
||||
@cindex function, move to beginning or end
|
||||
@kindex C-M-a
|
||||
@kindex C-M-e
|
||||
@kindex C-M-h
|
||||
|
Loading…
Reference in New Issue
Block a user