# HG changeset patch # User Dave Love # Date 943890362 0 # Node ID 69a74a4cd1fa222b13713e2716801cf5dafa1942 # Parent 2459de5485a071876ed4a56249f68634bb6e04f8 (help-mode-hook): Define. diff -r 2459de5485a0 -r 69a74a4cd1fa lisp/help.el --- 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'.