diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-14 03:08:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-14 03:08:47 +0000 |
commit | b26d003af1abc2a07939bcb38fa4f1ac6b4f565f (patch) | |
tree | 8f3b6f572af6eec82a98efe6859136b44e99829d /lispref | |
parent | 217b861753e22d8c94722d8abf10d58d645953ad (diff) | |
download | emacs-b26d003af1abc2a07939bcb38fa4f1ac6b4f565f.tar.gz |
Add custom-define-hook.
Diffstat (limited to 'lispref')
-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 e68c1fd53db..9d4156d70d8 100644 --- a/lispref/hooks.texi +++ b/lispref/hooks.texi @@ -55,6 +55,7 @@ however, we have renamed all of those.) @item command-history-hook @item command-line-functions @item comment-indent-function +@item custom-define-hook @item deactivate-mark-hook @item diary-display-hook @item diary-hook |