emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/abbrevs.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/abbrevs.texi
Date: Wed, 26 Feb 2003 04:54:36 -0500

Index: emacs/man/abbrevs.texi
diff -c emacs/man/abbrevs.texi:1.16 emacs/man/abbrevs.texi:1.17
*** emacs/man/abbrevs.texi:1.16 Thu Jan  3 00:19:26 2002
--- emacs/man/abbrevs.texi      Wed Feb 26 04:54:36 2003
***************
*** 319,325 ****
  @findex define-abbrevs
    The commands @kbd{M-x insert-abbrevs} and @kbd{M-x define-abbrevs} are
  similar to the previous commands but work on text in an Emacs buffer.
! @kbd{M-x insert-abbrevs} inserts text into the current buffer before point,
  describing all current abbrev definitions; @kbd{M-x define-abbrevs} parses
  the entire current buffer and defines abbrevs address@hidden
  
--- 319,325 ----
  @findex define-abbrevs
    The commands @kbd{M-x insert-abbrevs} and @kbd{M-x define-abbrevs} are
  similar to the previous commands but work on text in an Emacs buffer.
! @kbd{M-x insert-abbrevs} inserts text into the current buffer after point,
  describing all current abbrev definitions; @kbd{M-x define-abbrevs} parses
  the entire current buffer and defines abbrevs address@hidden
  
***************
*** 370,379 ****
  expressions, dynamic abbrev expansion skips that buffer.
  
    A negative argument to @kbd{M-/}, as in @kbd{C-u - M-/}, says to
! search first for expansions after point, and second for expansions
! before point.  If you repeat the @kbd{M-/} to look for another
! expansion, do not specify an argument.  This tries all the expansions
! after point and then the expansions before point.
  
    After you have expanded a dynamic abbrev, you can copy additional
  words that follow the expansion in its original context.  Simply type
--- 370,381 ----
  expressions, dynamic abbrev expansion skips that buffer.
  
    A negative argument to @kbd{M-/}, as in @kbd{C-u - M-/}, says to
! search first for expansions after point, then other buffers, and
! consider expansions before point only as a last resort.
! 
!   If you repeat the @kbd{M-/} to look for another expansion, do not
! specify an argument.  This tries all the expansions after point and
! then the expansions before point.
  
    After you have expanded a dynamic abbrev, you can copy additional
  words that follow the expansion in its original context.  Simply type




reply via email to

[Prev in Thread] Current Thread [Next in Thread]