Mercurial > emacs
changeset 102348:eb279d6d862e
(Expanding Abbrevs): Mention abbrev-expand-functions instead of
obsolete pre-abbrev-expand-hook. Link to elisp manual.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 01 Mar 2009 19:08:46 +0000 |
parents | 673a4620319c |
children | 351e6879f4c1 |
files | doc/emacs/abbrevs.texi |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/emacs/abbrevs.texi Sun Mar 01 19:08:39 2009 +0000 +++ b/doc/emacs/abbrevs.texi Sun Mar 01 19:08:46 2009 +0000 @@ -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