aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'."
124 "Hook called when `hs-minor-mode' is installed. 124 "Hook called when `hs-minor-mode' is installed.
125A good value for this would be `hs-hide-initial-comment-block' to 125A good value for this would be `hs-hide-initial-comment-block' to
126hide all the comments at the beginning of the file." 126hide all the comments at the beginning of the file."
127 :type 'integer 127 :type 'hook
128 :group 'hideshow) 128 :group 'hideshow)
129 129
130(defcustom hs-isearch-open 'block 130(defcustom hs-isearch-open 'block