diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-01 20:37:05 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-01 20:37:05 -0800 |
commit | f58b98224129b2b7996d22d7232438350787f898 (patch) | |
tree | 099d3563a2e02d4f5304c81cc52e37960e3a7b3b /doc/lispref/hooks.texi | |
parent | b030b3df20b5c0f1e01be83b7d443c8995b8137d (diff) | |
download | emacs-f58b98224129b2b7996d22d7232438350787f898.tar.gz |
Document post-self-insert-hook
* doc/lispref/hooks.texi (Standard Hooks):
* doc/lispref/modes.texi (Keymaps and Minor Modes):
* doc/lispref/text.texi (Commands for Insertion):
Document post-self-insert-hook.
*etc/NEWS: Markup.
Diffstat (limited to 'doc/lispref/hooks.texi')
-rw-r--r-- | doc/lispref/hooks.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index bf4afb4cf2c..ef3ebc4be35 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi @@ -295,6 +295,9 @@ Manual}. @item post-command-hook @xref{Command Overview}. +@item post-self-insert-hook +@xref{Keymaps and Minor Modes}. + @item pre-command-hook @xref{Command Overview}. |