Mercurial > emacs
changeset 34821:1d7bee7283ac
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.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 22 Dec 2000 10:52:16 +0000 |
parents | 18da0bee0a69 |
children | af68d12218d0 |
files | man/programs.texi |
diffstat | 1 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/man/programs.texi Fri Dec 22 10:51:42 2000 +0000 +++ b/man/programs.texi Fri Dec 22 10:52:16 2000 +0000 @@ -176,8 +176,6 @@ @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 @@ 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 @@ 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 @@ 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 @@ 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