emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/emacs abbrevs.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/emacs abbrevs.texi
Date: Sun, 01 Mar 2009 19:08:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/03/01 19:08:46

Modified files:
        doc/emacs      : abbrevs.texi 

Log message:
        (Expanding Abbrevs): Mention abbrev-expand-functions instead of
        obsolete pre-abbrev-expand-hook.  Link to elisp manual.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/abbrevs.texi?cvsroot=emacs&r1=1.4&r2=1.5

Patches:
Index: abbrevs.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/abbrevs.texi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- abbrevs.texi        8 Jan 2009 05:28:46 -0000       1.4
+++ abbrevs.texi        1 Mar 2009 19:08:46 -0000       1.5
@@ -213,8 +213,10 @@
 special set of abbrev definitions for making several global replacements at
 once.  This command is effective even if Abbrev mode is not enabled.
 
-  Expanding any abbrev first runs the hook @code{pre-abbrev-expand-hook}
-(@pxref{Hooks}).
+  Expanding any abbrev runs @code{abbrev-expand-functions}, a special
+hook.  Functions in this special hook can make arbitrary changes to
+the abbrev expansion.  @xref{Abbrev Expansion,,, elisp, The Emacs Lisp
+Reference Manual}.
 
 @node Editing Abbrevs
 @section Examining and Editing Abbrevs




reply via email to

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