Mercurial > emacs
comparison lisp/progmodes/hideshow.el @ 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 | 520a7d40d75c |
children | 8762dec6d161 |
comparison
equal
deleted
inserted
replaced
19832:860e27fcf4b1 | 19833:fdcd167cb293 |
---|---|
122 | 122 |
123 (defcustom hs-minor-mode-hook 'hs-hide-initial-comment-block | 123 (defcustom hs-minor-mode-hook 'hs-hide-initial-comment-block |
124 "Hook called when `hs-minor-mode' is installed. | 124 "Hook called when `hs-minor-mode' is installed. |
125 A good value for this would be `hs-hide-initial-comment-block' to | 125 A good value for this would be `hs-hide-initial-comment-block' to |
126 hide all the comments at the beginning of the file." | 126 hide 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 |
131 "What kind of hidden blocks to open when doing `isearch'. | 131 "What kind of hidden blocks to open when doing `isearch'. |
132 It can have the following values: | 132 It can have the following values: |