changeset 26650:69a74a4cd1fa

(help-mode-hook): Define.
author Dave Love <fx@gnu.org>
date Mon, 29 Nov 1999 15:46:02 +0000
parents 2459de5485a0
children 8f3a6e7ad318
files lisp/help.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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'.