changeset 38123:af8117970ca7

More proofreading fixes from Peter Milliken.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 20 Jun 2001 09:48:52 +0000
parents 4aeb215906f3
children 72ea86c1d394
files man/programs.texi
diffstat 1 files changed, 16 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/man/programs.texi	Wed Jun 20 09:22:42 2001 +0000
+++ b/man/programs.texi	Wed Jun 20 09:48:52 2001 +0000
@@ -169,11 +169,13 @@
 
 @cindex Control-Meta
   By convention, Emacs keys for dealing with balanced expressions are
-usually Control-Meta characters.  They tend to be analogous in
-function to their Control and Meta equivalents.  These commands are
-usually thought of as pertaining to expressions in programming
-languages, but can be useful with any language in which some sort of
-parentheses exist (including human languages).
+usually Control-Meta characters.  They tend to be analogous in function
+to their Control and Meta equivalents.  (For example, @kbd{C-M-b} moves
+back over one balanced expression, which is analogous to @kbd{C-b} that
+moves one character back and to @kbd{M-b} which moves one word back.)
+These commands are usually thought of as pertaining to expressions in
+programming languages, but can be useful with any language in which some
+sort of parentheses exist (including human languages).
 
 @cindex list
 @cindex sexp
@@ -329,6 +331,15 @@
 language in use.  For example, in C, the body of a function definition is a
 defun.
 
+
+@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
+@findex beginning-of-defun
+@findex end-of-defun
+@findex mark-defun
 @c doublewidecommands
 @table @kbd
 @item C-M-a
@@ -340,17 +351,6 @@
 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
-@findex beginning-of-defun
-@findex end-of-defun
-@findex mark-defun
-  The commands to move to the beginning and end of the current defun are
-@kbd{C-M-a} (@code{beginning-of-defun}) and @kbd{C-M-e} (@code{end-of-defun}).
-
 @kindex C-M-h @r{(C mode)}
 @findex c-mark-function
   If you wish to operate on the current defun, use @kbd{C-M-h}