summaryrefslogtreecommitdiff
path: root/doc/lispref/hooks.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-02-01 20:37:05 -0800
committerGlenn Morris <rgm@gnu.org>2012-02-01 20:37:05 -0800
commitf58b98224129b2b7996d22d7232438350787f898 (patch)
tree099d3563a2e02d4f5304c81cc52e37960e3a7b3b /doc/lispref/hooks.texi
parentb030b3df20b5c0f1e01be83b7d443c8995b8137d (diff)
downloademacs-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.texi3
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}.