diff options
| author | Richard M. Stallman | 2003-02-26 09:54:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-02-26 09:54:36 +0000 |
| commit | 6a080ff1ea639fc1f863498a3b33fb8ab384aa9b (patch) | |
| tree | 3f0c8f496f1354c0e5d254e4ecb0cb1c0b01e258 | |
| parent | fde95a28bad7376d1f5c2c7783e113fd6e636ad9 (diff) | |
| download | emacs-6a080ff1ea639fc1f863498a3b33fb8ab384aa9b.tar.gz emacs-6a080ff1ea639fc1f863498a3b33fb8ab384aa9b.zip | |
Clarify where insert-abbrevs puts point.
Clarify how C-u - M-/ searches.
| -rw-r--r-- | man/abbrevs.texi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/man/abbrevs.texi b/man/abbrevs.texi index d05d257c6ed..55f9712ef92 100644 --- a/man/abbrevs.texi +++ b/man/abbrevs.texi | |||
| @@ -319,7 +319,7 @@ variable @code{save-abbrevs} to @code{nil}. | |||
| 319 | @findex define-abbrevs | 319 | @findex define-abbrevs |
| 320 | The commands @kbd{M-x insert-abbrevs} and @kbd{M-x define-abbrevs} are | 320 | The commands @kbd{M-x insert-abbrevs} and @kbd{M-x define-abbrevs} are |
| 321 | similar to the previous commands but work on text in an Emacs buffer. | 321 | similar to the previous commands but work on text in an Emacs buffer. |
| 322 | @kbd{M-x insert-abbrevs} inserts text into the current buffer before point, | 322 | @kbd{M-x insert-abbrevs} inserts text into the current buffer after point, |
| 323 | describing all current abbrev definitions; @kbd{M-x define-abbrevs} parses | 323 | describing all current abbrev definitions; @kbd{M-x define-abbrevs} parses |
| 324 | the entire current buffer and defines abbrevs accordingly.@refill | 324 | the entire current buffer and defines abbrevs accordingly.@refill |
| 325 | 325 | ||
| @@ -370,10 +370,12 @@ expressions. If a buffer's name matches any of these regular | |||
| 370 | expressions, dynamic abbrev expansion skips that buffer. | 370 | expressions, dynamic abbrev expansion skips that buffer. |
| 371 | 371 | ||
| 372 | A negative argument to @kbd{M-/}, as in @kbd{C-u - M-/}, says to | 372 | A negative argument to @kbd{M-/}, as in @kbd{C-u - M-/}, says to |
| 373 | search first for expansions after point, and second for expansions | 373 | search first for expansions after point, then other buffers, and |
| 374 | before point. If you repeat the @kbd{M-/} to look for another | 374 | consider expansions before point only as a last resort. |
| 375 | expansion, do not specify an argument. This tries all the expansions | 375 | |
| 376 | after point and then the expansions before point. | 376 | If you repeat the @kbd{M-/} to look for another expansion, do not |
| 377 | specify an argument. This tries all the expansions after point and | ||
| 378 | then the expansions before point. | ||
| 377 | 379 | ||
| 378 | After you have expanded a dynamic abbrev, you can copy additional | 380 | After you have expanded a dynamic abbrev, you can copy additional |
| 379 | words that follow the expansion in its original context. Simply type | 381 | words that follow the expansion in its original context. Simply type |