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 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
350for `hs-block-start-regexp'. 350for `hs-block-start-regexp'.
351 351
352For example, in c-like modes, if we wish to also hide the curly braces 352For 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
354should return the starting point (at the end of line) of the hidden 354should return the starting point (at the end of line) of the hidden
355region. 355region.
356 356