diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-05-04 23:25:38 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-05-04 23:25:38 +0000 |
commit | ee2d5b5e1d12cdbe7b4f7eb7d13175f4d5c162bf (patch) | |
tree | 02e1e6d14c2ba12fe48f51233fac620c8b46bd11 /doc/lispref/hooks.texi | |
parent | c15dfb2982fa8c98f7fa5c1cbfb27df649e62165 (diff) | |
download | emacs-ee2d5b5e1d12cdbe7b4f7eb7d13175f4d5c162bf.tar.gz |
* hooks.texi (Standard Hooks): Add abbrev-expand-functions.
Remove obsoleted pre-abbrev-expand-hook.
* locals.texi (Standard Buffer-Local Variables): Consolidate table
entries.
* internals.texi (Window Internals): Synch field names to window.h.
(Process Internals): Synch field names to process.h.
Diffstat (limited to 'doc/lispref/hooks.texi')
-rw-r--r-- | doc/lispref/hooks.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index a72a8883064..a5b5b6d8ee0 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi @@ -39,6 +39,9 @@ not exactly a hook, but does a similar job. @c it here. @table @code +@item abbrev-expand-functions +@xref{Abbrev Expansion}. + @item activate-mark-hook @xref{The Mark}. @@ -275,9 +278,6 @@ Manual}. @item post-command-hook @xref{Command Overview}. -@item pre-abbrev-expand-hook -@xref{Abbrev Expansion}. - @item pre-command-hook @xref{Command Overview}. |