aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-02-26 09:54:36 +0000
committerRichard M. Stallman2003-02-26 09:54:36 +0000
commit6a080ff1ea639fc1f863498a3b33fb8ab384aa9b (patch)
tree3f0c8f496f1354c0e5d254e4ecb0cb1c0b01e258
parentfde95a28bad7376d1f5c2c7783e113fd6e636ad9 (diff)
downloademacs-6a080ff1ea639fc1f863498a3b33fb8ab384aa9b.tar.gz
emacs-6a080ff1ea639fc1f863498a3b33fb8ab384aa9b.zip
Clarify where insert-abbrevs puts point.
Clarify how C-u - M-/ searches.
-rw-r--r--man/abbrevs.texi12
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
321similar to the previous commands but work on text in an Emacs buffer. 321similar 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,
323describing all current abbrev definitions; @kbd{M-x define-abbrevs} parses 323describing all current abbrev definitions; @kbd{M-x define-abbrevs} parses
324the entire current buffer and defines abbrevs accordingly.@refill 324the 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
370expressions, dynamic abbrev expansion skips that buffer. 370expressions, 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
373search first for expansions after point, and second for expansions 373search first for expansions after point, then other buffers, and
374before point. If you repeat the @kbd{M-/} to look for another 374consider expansions before point only as a last resort.
375expansion, do not specify an argument. This tries all the expansions 375
376after point and then the expansions before point. 376 If you repeat the @kbd{M-/} to look for another expansion, do not
377specify an argument. This tries all the expansions after point and
378then 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
379words that follow the expansion in its original context. Simply type 381words that follow the expansion in its original context. Simply type