Mercurial > emacs
changeset 76845:638ed5cc0e55
(turn-off-hideshow): Tweak docstring.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 31 Mar 2007 18:33:07 +0000 |
parents | ab61d371ed56 |
children | d55ab93ab5bf |
files | lisp/progmodes/hideshow.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/hideshow.el Sat Mar 31 18:32:05 2007 +0000 +++ b/lisp/progmodes/hideshow.el Sat Mar 31 18:33:07 2007 +0000 @@ -921,7 +921,7 @@ ;;;###autoload (defun turn-off-hideshow () - "Unconditionally turn off hideshow minor mode." + "Unconditionally turn off `hs-minor-mode'." (hs-minor-mode -1)) ;;---------------------------------------------------------------------------