From: Stefan Monnier Date: Mon, 8 Apr 2002 22:47:17 +0000 (+0000) Subject: Typo. X-Git-Tag: ttn-vms-21-2-B4~15739 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c98cd8bb840a61f2ed3890cbc0c4f5222cd60110;p=emacs.git Typo. --- 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 for `hs-block-start-regexp'. For example, in c-like modes, if we wish to also hide the curly braces -(if you think they occupy too much space on the screen), this function +\(if you think they occupy too much space on the screen), this function should return the starting point (at the end of line) of the hidden region.