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 | 72654a3c97526b36ec6f1154edcb21ca8fd386d4 (patch) | |
tree | 396bfe225c2335220b4c465d7bdef2c819708d64 /lispref/hooks.texi | |
parent | 2a6a354983b9a6e632c1053c6ad67c80a8b9fd4b (diff) | |
download | emacs-72654a3c97526b36ec6f1154edcb21ca8fd386d4.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 |