diff lisp/help.el @ 26650:69a74a4cd1fa

(help-mode-hook): Define.
author Dave Love <fx@gnu.org>
date Mon, 29 Nov 1999 15:46:02 +0000
parents 53779a54d9cc
children 6af9f1dc59c4
line wrap: on
line diff
--- a/lisp/help.el	Mon Nov 29 15:34:47 1999 +0000
+++ b/lisp/help.el	Mon Nov 29 15:46:02 1999 +0000
@@ -136,6 +136,11 @@
 
 (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'.