emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/abbrevs.texi
Date: Fri, 27 Jun 2003 12:20:03 -0400

Index: emacs/lispref/abbrevs.texi
diff -c emacs/lispref/abbrevs.texi:1.14 emacs/lispref/abbrevs.texi:1.15
*** emacs/lispref/abbrevs.texi:1.14     Tue Feb  4 09:47:52 2003
--- emacs/lispref/abbrevs.texi  Fri Jun 27 12:20:02 2003
***************
*** 149,161 ****
  replaced with @var{expansion}; point is located at the end of
  @var{expansion} when @var{hook} is called.
  
! If @var{hook} is a non-nil symbol whose @code{no-self-insert} property
! is address@hidden, @var{hook} can explicitly control whether to insert
! the self-inserting input character that triggered the expansion.  If
! @var{hook} returns address@hidden in this case, that inhibits insertion
! of the character.  By contrast, if @var{hook} returns @code{nil},
! @code{expand-abbrev} also returns @code{nil}, as if expansion had not
! really occurred.
  
  If @var{system-flag} is address@hidden, that marks the abbrev as a
  ``system'' abbrev with the @code{system-type} property.
--- 149,161 ----
  replaced with @var{expansion}; point is located at the end of
  @var{expansion} when @var{hook} is called.
  
! If @var{hook} is a address@hidden symbol whose @code{no-self-insert}
! property is address@hidden, @var{hook} can explicitly control whether
! to insert the self-inserting input character that triggered the
! expansion.  If @var{hook} returns address@hidden in this case, that
! inhibits insertion of the character.  By contrast, if @var{hook}
! returns @code{nil}, @code{expand-abbrev} also returns @code{nil}, as
! if expansion had not really occurred.
  
  If @var{system-flag} is address@hidden, that marks the abbrev as a
  ``system'' abbrev with the @code{system-type} property.




reply via email to

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