summaryrefslogtreecommitdiff
path: root/lisp/progmodes/hideshow.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-03-31 18:33:07 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-03-31 18:33:07 +0000
commit1fee5894c0480c08c57f357edcf65011a390f231 (patch)
tree8bb6c436447a59684256ac01645587427ca4a76a /lisp/progmodes/hideshow.el
parent996ae468d4b75767bc92f9a64cfef2a58ff1b495 (diff)
downloademacs-1fee5894c0480c08c57f357edcf65011a390f231.tar.gz
(turn-off-hideshow): Tweak docstring.
Diffstat (limited to 'lisp/progmodes/hideshow.el')
-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 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))
;;---------------------------------------------------------------------------