From: Juanma Barranquero Date: Thu, 16 May 2002 12:01:17 +0000 (+0000) Subject: (hs-adjust-block-beginning): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~15035 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7bdfdcf2aeb171d40ed9d2835c35e781243fe44;p=emacs.git (hs-adjust-block-beginning): Fix typo. --- diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 9cca95f5bc7..a1d601412f2 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -354,7 +354,7 @@ For example, in c-like modes, if we wish to also hide the curly braces should return the starting point (at the end of line) of the hidden region. -It is called with a single argument ARG which is the the position in +It is called with a single argument ARG which is the position in buffer after the block beginning. It should return the position from where we should start hiding.