diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-10 00:23:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-10 00:23:58 +0000 |
commit | c2b52e76f6007b0dc8e0ef83432949ce50498b10 (patch) | |
tree | 10420bc09534f2dbcc8d1b697f3af39c5b838ab3 /lispref/hooks.texi | |
parent | cbdde084f0486929957f59aa125f7fb2ad606f03 (diff) | |
download | emacs-c2b52e76f6007b0dc8e0ef83432949ce50498b10.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/hooks.texi')
-rw-r--r-- | lispref/hooks.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lispref/hooks.texi b/lispref/hooks.texi index 3776f329d66..7905e0904b3 100644 --- a/lispref/hooks.texi +++ b/lispref/hooks.texi @@ -32,12 +32,14 @@ are passed arguments, or else their values are used). @table @code @item activate-mark-hook @item after-change-function +@item after-change-functions @item after-init-hook @item after-insert-file-functions @item after-make-frame-hook @item auto-fill-function @item auto-save-hook @item before-change-function +@item before-change-functions @item before-init-hook @item before-make-frame-hook @item blink-paren-function @@ -82,6 +84,7 @@ are passed arguments, or else their values are used). @item mh-letter-mode-hook @item mim-mode-hook @item minibuffer-setup-hook +@item minibuffer-exit-hook @item news-mode-hook @item news-reply-mode-hook @item news-setup-hook |