summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-12-22 10:52:16 +0000
committerEli Zaretskii <eliz@gnu.org>2000-12-22 10:52:16 +0000
commitef5bcfad640fdde2b8afce1acc83c40eed8bfc20 (patch)
tree954811696499d48b1318d3f4e76d493f3542e287
parent951f9df51744ddbdcb961e4c5e155068c7f2ec6f (diff)
downloademacs-ef5bcfad640fdde2b8afce1acc83c40eed8bfc20.tar.gz
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).
@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