diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/hideshow.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 9cf2ac2782f..826b7fd219b 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el | |||
| @@ -213,7 +213,7 @@ If FLAG is nil then text is shown, while if FLAG is t the text is hidden." | |||
| 213 | (defun hs-hide-block-at-point (&optional end comment c-reg) | 213 | (defun hs-hide-block-at-point (&optional end comment c-reg) |
| 214 | "Hide block iff on block beginning, optional END means reposition at end. | 214 | "Hide block iff on block beginning, optional END means reposition at end. |
| 215 | COMMENT true means that it should hide a comment block, C-REG is a list | 215 | COMMENT true means that it should hide a comment block, C-REG is a list |
| 216 | of the forme (BEGIN . END) and specifies the limits of the comment." | 216 | of the form (BEGIN . END) and specifies the limits of the comment." |
| 217 | (if comment | 217 | (if comment |
| 218 | (let ((reg (if c-reg c-reg (hs-inside-comment-p)))) | 218 | (let ((reg (if c-reg c-reg (hs-inside-comment-p)))) |
| 219 | (goto-char (nth 1 reg)) | 219 | (goto-char (nth 1 reg)) |