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: Sun, 06 Feb 2005 06:03:40 -0500

Index: emacs/man/abbrevs.texi
diff -c emacs/man/abbrevs.texi:1.19 emacs/man/abbrevs.texi:1.20
*** emacs/man/abbrevs.texi:1.19 Sun Jun 20 14:45:43 2004
--- emacs/man/abbrevs.texi      Sun Feb  6 11:03:40 2005
***************
*** 153,166 ****
  (@key{SPC}, comma, etc.@:).  More precisely, any character that is not a
  word constituent expands an abbrev, and any word-constituent character
  can be part of an abbrev.  The most common way to use an abbrev is to
! insert it and then insert a punctuation character to expand it.
  
  @vindex abbrev-all-caps
    Abbrev expansion preserves case; thus, @samp{foo} expands into @samp{find
  outer otter}; @samp{Foo} into @samp{Find outer otter}, and @samp{FOO} into
  @samp{FIND OUTER OTTER} or @samp{Find Outer Otter} according to the
! variable @code{abbrev-all-caps} (a address@hidden value chooses the first
! of the two expansions).
  
    These commands are used to control abbrev expansion:
  
--- 153,166 ----
  (@key{SPC}, comma, etc.@:).  More precisely, any character that is not a
  word constituent expands an abbrev, and any word-constituent character
  can be part of an abbrev.  The most common way to use an abbrev is to
! insert it and then insert a punctuation or whitespace character to expand it.
  
  @vindex abbrev-all-caps
    Abbrev expansion preserves case; thus, @samp{foo} expands into @samp{find
  outer otter}; @samp{Foo} into @samp{Find outer otter}, and @samp{FOO} into
  @samp{FIND OUTER OTTER} or @samp{Find Outer Otter} according to the
! variable @code{abbrev-all-caps} (setting it address@hidden specifies
! @samp{FIND OUTER OTTER}}.
  
    These commands are used to control abbrev expansion:
  




reply via email to

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