changeset 19833:fdcd167cb293

(hs-minor-mode-hook): Fix customize type.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Sep 1997 02:58:23 +0000
parents 860e27fcf4b1
children 63f793f84d0f
files lisp/progmodes/hideshow.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/hideshow.el	Tue Sep 09 02:58:06 1997 +0000
+++ b/lisp/progmodes/hideshow.el	Tue Sep 09 02:58:23 1997 +0000
@@ -124,7 +124,7 @@
   "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