diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-09-08 17:51:48 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-09-08 17:51:48 +0000 |
commit | 42703598b1e08b0ba34b744f0e8db8459ad278fa (patch) | |
tree | 2974aeff2eb875ed1277b37d4443bcf422196b00 /lispref/hooks.texi | |
parent | 944351c0cfb39e9cc42b5d54c2721b3a9dea6c70 (diff) |
(Standard Hooks): Add kbd-macro-termination-hook and apropos-mode-hook.
Diffstat (limited to 'lispref/hooks.texi')
-rw-r--r-- | lispref/hooks.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lispref/hooks.texi b/lispref/hooks.texi index d03793ecce..e68c1fd53d 100644 --- a/lispref/hooks.texi +++ b/lispref/hooks.texi @@ -40,6 +40,7 @@ however, we have renamed all of those.) @item after-make-frame-functions @item after-revert-hook @item after-save-hook +@item apropos-mode-hook @item auto-fill-function @item auto-save-hook @item before-change-functions @@ -72,6 +73,7 @@ however, we have renamed all of those.) @item fortran-mode-hook @item indent-mim-hook @item initial-calendar-window-hook +@item kbd-macro-termination-hook @item kill-buffer-hook @item kill-buffer-query-functions @item kill-emacs-hook |