From: Chong Yidong Date: Sat, 31 Mar 2007 18:33:07 +0000 (+0000) Subject: (turn-off-hideshow): Tweak docstring. X-Git-Tag: emacs-pretest-22.0.97~80 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1fee5894c0480c08c57f357edcf65011a390f231;p=emacs.git (turn-off-hideshow): Tweak docstring. --- diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index ee88417bfc0..9f01787b336 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -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)) ;;---------------------------------------------------------------------------