aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorJuanma Barranquero2002-05-16 12:01:17 +0000
committerJuanma Barranquero2002-05-16 12:01:17 +0000
commite7bdfdcf2aeb171d40ed9d2835c35e781243fe44 (patch)
treef671b4a7fcf6ee7b1eea5bba8e0ccd2f682e157b /lisp/progmodes
parentf4146f4c8a706208416299fc7c3a77386d4ac2cf (diff)
downloademacs-e7bdfdcf2aeb171d40ed9d2835c35e781243fe44.tar.gz
emacs-e7bdfdcf2aeb171d40ed9d2835c35e781243fe44.zip
(hs-adjust-block-beginning): Fix typo.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/hideshow.el2
1 files changed, 1 insertions, 1 deletions
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
354should return the starting point (at the end of line) of the hidden 354should return the starting point (at the end of line) of the hidden
355region. 355region.
356 356
357It is called with a single argument ARG which is the the position in 357It is called with a single argument ARG which is the position in
358buffer after the block beginning. 358buffer after the block beginning.
359 359
360It should return the position from where we should start hiding. 360It should return the position from where we should start hiding.