summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2001-05-25 20:35:00 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2001-05-25 20:35:00 +0000
commit74e87f23e41b53340035157ca57410067442d2ed (patch)
treea334bec222c8c33cec0b1cb6301d345788b5b7ce /lisp
parentc49d6ca7a0041ef64de79b33ef68de066229e634 (diff)
downloademacs-74e87f23e41b53340035157ca57410067442d2ed.tar.gz
Docstring typo.
Diffstat (limited to 'lisp')
-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."
"Hide or show lines from FROM to TO, according to FLAG.
If FLAG is nil then text is shown, while if FLAG is non-nil the text is
hidden. Actually flag is really either `comment' or `block' depending
-on what kind of block it is suppose to hide."
+on what kind of block it is supposed to hide."
(save-excursion
;; first clear it all out
(hs-discard-overlays from to)