diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-09-25 02:43:35 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-09-25 02:43:35 +0000 |
commit | 8a4e8a7f1da0fd4f00eab98b76427e91b3c7fcd7 (patch) | |
tree | d9a2959bd5934d44be4f5073ab192cb079ecb8b9 /lispref/hooks.texi | |
parent | e88ebce620ef778d56c2fe5899ac23d247ed4ae7 (diff) |
(Standard Hooks): Add `after-change-major-mode-hook'.
Diffstat (limited to 'lispref/hooks.texi')
-rw-r--r-- | lispref/hooks.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/hooks.texi b/lispref/hooks.texi index ad5d709e72..1aa22b9468 100644 --- a/lispref/hooks.texi +++ b/lispref/hooks.texi @@ -35,6 +35,7 @@ however, we have renamed all of those.) @table @code @item activate-mark-hook @item after-change-functions +@item after-change-major-mode-hook @item after-init-hook @item after-insert-file-functions @item after-make-frame-functions |