aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-12-22 10:52:16 +0000
committerEli Zaretskii2000-12-22 10:52:16 +0000
commitef5bcfad640fdde2b8afce1acc83c40eed8bfc20 (patch)
tree954811696499d48b1318d3f4e76d493f3542e287
parent951f9df51744ddbdcb961e4c5e155068c7f2ec6f (diff)
downloademacs-ef5bcfad640fdde2b8afce1acc83c40eed8bfc20.tar.gz
emacs-ef5bcfad640fdde2b8afce1acc83c40eed8bfc20.zip
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.
-rw-r--r--man/programs.texi10
1 files changed, 7 insertions, 3 deletions
diff --git a/man/programs.texi b/man/programs.texi
index 5f4a674f1e7..ecfd2ca274a 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -176,8 +176,6 @@ parentheses exist (including human languages).
176@cindex list 176@cindex list
177@cindex sexp 177@cindex sexp
178@cindex expression 178@cindex expression
179@cindex parentheses, moving across
180@cindex matching parenthesis, moving to
181 These commands fall into two classes. Some deal only with @dfn{lists} 179 These commands fall into two classes. Some deal only with @dfn{lists}
182(parenthetical groupings). They see nothing except parentheses, brackets, 180(parenthetical groupings). They see nothing except parentheses, brackets,
183braces (whichever ones must balance in the language you are working with), 181braces (whichever ones must balance in the language you are working with),
@@ -232,6 +230,9 @@ Transpose expressions (@code{transpose-sexps}).
232Put mark after following expression (@code{mark-sexp}). 230Put mark after following expression (@code{mark-sexp}).
233@end table 231@end table
234 232
233@cindex parentheses, moving across
234@cindex matching parenthesis and braces, moving to
235@cindex braces, moving across
235@kindex C-M-f 236@kindex C-M-f
236@kindex C-M-b 237@kindex C-M-b
237@findex forward-sexp 238@findex forward-sexp
@@ -253,6 +254,7 @@ were whitespace in most modes.
253specified number of times; with a negative argument, it moves in the 254specified number of times; with a negative argument, it moves in the
254opposite direction. 255opposite direction.
255 256
257@cindex deleting parenthesized expressions
256@kindex C-M-k 258@kindex C-M-k
257@findex kill-sexp 259@findex kill-sexp
258@kindex C-M-DEL 260@kindex C-M-DEL
@@ -290,7 +292,7 @@ up one or more levels.@refill
290delimiter, this is nearly the same as searching for a @samp{(}. An 292delimiter, this is nearly the same as searching for a @samp{(}. An
291argument specifies the number of levels of parentheses to go down. 293argument specifies the number of levels of parentheses to go down.
292 294
293@cindex transposition 295@cindex transposition of parenthesized expressions
294@kindex C-M-t 296@kindex C-M-t
295@findex transpose-sexps 297@findex transpose-sexps
296 A somewhat random-sounding command which is nevertheless handy is 298 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}).
336Put region around whole current or following defun (@code{mark-defun}). 338Put region around whole current or following defun (@code{mark-defun}).
337@end table 339@end table
338 340
341@cindex move to beginning or end of function
342@cindex function, move to beginning or end
339@kindex C-M-a 343@kindex C-M-a
340@kindex C-M-e 344@kindex C-M-e
341@kindex C-M-h 345@kindex C-M-h