diff options
| author | Eli Zaretskii | 2001-06-20 09:48:52 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-06-20 09:48:52 +0000 |
| commit | 520c3f4c2eabe43bf6714aa3d95f3ebc18987ece (patch) | |
| tree | 8e3440e691dff183c9c3b32f594249b1e7d1e9a9 | |
| parent | f9fd7fbcee8bcbf72bef362624e72e504b2762f3 (diff) | |
| download | emacs-520c3f4c2eabe43bf6714aa3d95f3ebc18987ece.tar.gz emacs-520c3f4c2eabe43bf6714aa3d95f3ebc18987ece.zip | |
More proofreading fixes from Peter Milliken.
| -rw-r--r-- | man/programs.texi | 32 |
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 |
| 172 | usually Control-Meta characters. They tend to be analogous in | 172 | usually Control-Meta characters. They tend to be analogous in function |
| 173 | function to their Control and Meta equivalents. These commands are | 173 | to their Control and Meta equivalents. (For example, @kbd{C-M-b} moves |
| 174 | usually thought of as pertaining to expressions in programming | 174 | back over one balanced expression, which is analogous to @kbd{C-b} that |
| 175 | languages, but can be useful with any language in which some sort of | 175 | moves one character back and to @kbd{M-b} which moves one word back.) |
| 176 | parentheses exist (including human languages). | 176 | These commands are usually thought of as pertaining to expressions in |
| 177 | programming languages, but can be useful with any language in which some | ||
| 178 | sort 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 | |||
| 329 | language in use. For example, in C, the body of a function definition is a | 331 | language in use. For example, in C, the body of a function definition is a |
| 330 | defun. | 332 | defun. |
| 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}). | |||
| 340 | Put region around whole current or following defun (@code{mark-defun}). | 351 | Put 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} |