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 b4be14e7ba2..397d3a69a45 100644
--- a/lisp/progmodes/hideshow.el
+++ b/lisp/progmodes/hideshow.el
@@ -412,7 +412,7 @@ property of an overlay."
412 "Hide or show lines from FROM to TO, according to FLAG. 412 "Hide or show lines from FROM to TO, according to FLAG.
413If FLAG is nil then text is shown, while if FLAG is non-nil the text is 413If FLAG is nil then text is shown, while if FLAG is non-nil the text is
414hidden. Actually flag is really either `comment' or `block' depending 414hidden. Actually flag is really either `comment' or `block' depending
415on what kind of block it is suppose to hide." 415on what kind of block it is supposed to hide."
416 (save-excursion 416 (save-excursion
417 ;; first clear it all out 417 ;; first clear it all out
418 (hs-discard-overlays from to) 418 (hs-discard-overlays from to)