Mercurial > emacs
changeset 45320:886037f6f545
(hs-adjust-block-beginning): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 May 2002 12:01:17 +0000 |
parents | fdaa74251274 |
children | f767f3bf5f86 |
files | lisp/progmodes/hideshow.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/hideshow.el Thu May 16 12:00:59 2002 +0000 +++ b/lisp/progmodes/hideshow.el Thu May 16 12:01:17 2002 +0000 @@ -354,7 +354,7 @@ 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.