aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-06-20 09:48:52 +0000
committerEli Zaretskii2001-06-20 09:48:52 +0000
commit520c3f4c2eabe43bf6714aa3d95f3ebc18987ece (patch)
tree8e3440e691dff183c9c3b32f594249b1e7d1e9a9
parentf9fd7fbcee8bcbf72bef362624e72e504b2762f3 (diff)
downloademacs-520c3f4c2eabe43bf6714aa3d95f3ebc18987ece.tar.gz
emacs-520c3f4c2eabe43bf6714aa3d95f3ebc18987ece.zip
More proofreading fixes from Peter Milliken.
-rw-r--r--man/programs.texi32
1 files changed, 16 insertions, 16 deletions
diff --git a/man/programs.texi b/man/programs.texi
index df106b9f8cb..2154f8b6c8b 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -169,11 +169,13 @@ adding @samp{-hook}. For example, turning on C mode runs the hook
169 169
170@cindex Control-Meta 170@cindex Control-Meta
171 By convention, Emacs keys for dealing with balanced expressions are 171 By convention, Emacs keys for dealing with balanced expressions are
172usually Control-Meta characters. They tend to be analogous in 172usually Control-Meta characters. They tend to be analogous in function
173function to their Control and Meta equivalents. These commands are 173to their Control and Meta equivalents. (For example, @kbd{C-M-b} moves
174usually thought of as pertaining to expressions in programming 174back over one balanced expression, which is analogous to @kbd{C-b} that
175languages, but can be useful with any language in which some sort of 175moves one character back and to @kbd{M-b} which moves one word back.)
176parentheses exist (including human languages). 176These commands are usually thought of as pertaining to expressions in
177programming languages, but can be useful with any language in which some
178sort of parentheses exist (including human languages).
177 179
178@cindex list 180@cindex list
179@cindex sexp 181@cindex sexp
@@ -329,6 +331,15 @@ regardless of what its contents are, and regardless of the programming
329language in use. For example, in C, the body of a function definition is a 331language in use. For example, in C, the body of a function definition is a
330defun. 332defun.
331 333
334
335@cindex move to beginning or end of function
336@cindex function, move to beginning or end
337@kindex C-M-a
338@kindex C-M-e
339@kindex C-M-h
340@findex beginning-of-defun
341@findex end-of-defun
342@findex mark-defun
332@c doublewidecommands 343@c doublewidecommands
333@table @kbd 344@table @kbd
334@item C-M-a 345@item C-M-a
@@ -340,17 +351,6 @@ Move to end of current or following defun (@code{end-of-defun}).
340Put region around whole current or following defun (@code{mark-defun}). 351Put region around whole current or following defun (@code{mark-defun}).
341@end table 352@end table
342 353
343@cindex move to beginning or end of function
344@cindex function, move to beginning or end
345@kindex C-M-a
346@kindex C-M-e
347@kindex C-M-h
348@findex beginning-of-defun
349@findex end-of-defun
350@findex mark-defun
351 The commands to move to the beginning and end of the current defun are
352@kbd{C-M-a} (@code{beginning-of-defun}) and @kbd{C-M-e} (@code{end-of-defun}).
353
354@kindex C-M-h @r{(C mode)} 354@kindex C-M-h @r{(C mode)}
355@findex c-mark-function 355@findex c-mark-function
356 If you wish to operate on the current defun, use @kbd{C-M-h} 356 If you wish to operate on the current defun, use @kbd{C-M-h}