]> git.eshelyaron.com Git - emacs.git/commitdiff
(electric-help-mode-hook): Add defcustom.
authorGerd Moellmann <gerd@gnu.org>
Tue, 20 Mar 2001 13:37:17 +0000 (13:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 20 Mar 2001 13:37:17 +0000 (13:37 +0000)
lisp/ehelp.el

index 4fe8b37d4db00512aa6030b50b6cf07fd18a13de..a2ea97688a5f662ca6581e6a92270a0f230e633d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ehelp.el --- bindings for electric-help mode
 
-;; Copyright (C) 1986, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1986, 1995, 2000, 2001 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: help, extensions
   :type 'boolean
   :group 'electric-help)
 
+(defcustom electric-help-mode-hook nil
+  "Hook run by `with-electric-help' after initializing the buffer."
+  :type 'hook
+  :group 'electric-help)
+
 (put 'electric-help-undefined 'suppress-keymap t)
 (if electric-help-map
     ()