]> git.eshelyaron.com Git - emacs.git/commitdiff
(hs-minor-mode-hook): Fix customize type.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Sep 1997 02:58:23 +0000 (02:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Sep 1997 02:58:23 +0000 (02:58 +0000)
lisp/progmodes/hideshow.el

index 1ea9c4e7a570de1039de549f6fe3652ce986d493..0b052dbe4e7aa2f0efb20a9584cc082127697a4d 100644 (file)
@@ -124,7 +124,7 @@ you do `hs-show-block'."
   "Hook called when `hs-minor-mode' is installed.
 A good value for this would be `hs-hide-initial-comment-block' to
 hide all the comments at the beginning of the file."
-  :type 'integer
+  :type 'hook
   :group 'hideshow)
 
 (defcustom hs-isearch-open 'block