(Expanding Abbrevs): Mention abbrev-expand-functions instead of
authorChong Yidong <cyd@stupidchicken.com>
Sun, 1 Mar 2009 19:08:46 +0000 (19:08 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 1 Mar 2009 19:08:46 +0000 (19:08 +0000)
obsolete pre-abbrev-expand-hook.  Link to elisp manual.

doc/emacs/abbrevs.texi

index 4892873..0740e06 100644 (file)
@@ -213,8 +213,10 @@ to turn on Abbrev mode first.  It may also be useful together with a
 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