changeset 37892:d374fa1c1649

Docstring typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 25 May 2001 20:35:00 +0000
parents 2fec97b8ea55
children e0beb50b7def
files lisp/progmodes/hideshow.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/hideshow.el	Fri May 25 18:48:41 2001 +0000
+++ b/lisp/progmodes/hideshow.el	Fri May 25 20:35:00 2001 +0000
@@ -412,7 +412,7 @@
   "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)