]> code.delx.au - gnu-emacs/commitdiff
(help-mode-hook): Define.
authorDave Love <fx@gnu.org>
Mon, 29 Nov 1999 15:46:02 +0000 (15:46 +0000)
committerDave Love <fx@gnu.org>
Mon, 29 Nov 1999 15:46:02 +0000 (15:46 +0000)
lisp/help.el

index 40cc1dc089ade44722e0b465503fcb6916c79b35..387c4cdd730b2f9b4c460a7cc6576cc154d981e9 100644 (file)
@@ -136,6 +136,11 @@ The format is (FUNCTION ARGS...).")
 
 (setq-default help-xref-stack nil help-xref-stack-item nil)
 
+(defcustom help-mode-hook nil
+  "Hook run by `help-mode'."
+  :type 'hook
+  :group 'help)
+
 (defun help-mode ()
   "Major mode for viewing help text and navigating references in it.
 Entry to this mode runs the normal hook `help-mode-hook'.