summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-09 02:58:23 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-09 02:58:23 +0000
commite6f432973fbecbbcfe5703951bd125bdfcd23e34 (patch)
tree89fe5240116b50d50fb09476846086d3736b05a0
parent571197ece15249ed553cf68439d6212d28a6f08a (diff)
downloademacs-e6f432973fbecbbcfe5703951bd125bdfcd23e34.tar.gz
(hs-minor-mode-hook): Fix customize type.
-rw-r--r--lisp/progmodes/hideshow.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el
index 1ea9c4e7a57..0b052dbe4e7 100644
--- a/lisp/progmodes/hideshow.el
+++ b/lisp/progmodes/hideshow.el
@@ -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