# HG changeset patch # User Juanma Barranquero # Date 1021550477 0 # Node ID 886037f6f54559d04fe7835a15a313b5f850869c # Parent fdaa7425127434c4472d1465511b4cffb4ece5c5 (hs-adjust-block-beginning): Fix typo. diff -r fdaa74251274 -r 886037f6f545 lisp/progmodes/hideshow.el --- 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.