diff options
| -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 346f59f1937..9cca95f5bc7 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el | |||
| @@ -350,7 +350,7 @@ as opposed to hiding it from the position returned when searching | |||
| 350 | for `hs-block-start-regexp'. | 350 | for `hs-block-start-regexp'. |
| 351 | 351 | ||
| 352 | For example, in c-like modes, if we wish to also hide the curly braces | 352 | For example, in c-like modes, if we wish to also hide the curly braces |
| 353 | (if you think they occupy too much space on the screen), this function | 353 | \(if you think they occupy too much space on the screen), this function |
| 354 | should return the starting point (at the end of line) of the hidden | 354 | should return the starting point (at the end of line) of the hidden |
| 355 | region. | 355 | region. |
| 356 | 356 | ||