]> code.delx.au - gnu-emacs/commitdiff
(turn-off-hideshow): Tweak docstring.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 31 Mar 2007 18:33:07 +0000 (18:33 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 31 Mar 2007 18:33:07 +0000 (18:33 +0000)
lisp/progmodes/hideshow.el

index ee88417bfc0ec67ef5f77f6d3d19695a497f98be..9f01787b3368d9357ca79f468175388831186292 100644 (file)
@@ -921,7 +921,7 @@ Key bindings:
 
 ;;;###autoload
 (defun turn-off-hideshow ()
-  "Unconditionally turn off hideshow minor mode."
+  "Unconditionally turn off `hs-minor-mode'."
   (hs-minor-mode -1))
 
 ;;---------------------------------------------------------------------------