comparison lisp/progmodes/hideshow.el @ 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 c1ec1c8a8d2e ed157fbce08b 4ef881a120fe
comparison
equal deleted inserted replaced
76844:ab61d371ed56 76845:638ed5cc0e55
919 (hs-show-all))) 919 (hs-show-all)))
920 (run-hooks 'hs-minor-mode-hook)) 920 (run-hooks 'hs-minor-mode-hook))
921 921
922 ;;;###autoload 922 ;;;###autoload
923 (defun turn-off-hideshow () 923 (defun turn-off-hideshow ()
924 "Unconditionally turn off hideshow minor mode." 924 "Unconditionally turn off `hs-minor-mode'."
925 (hs-minor-mode -1)) 925 (hs-minor-mode -1))
926 926
927 ;;--------------------------------------------------------------------------- 927 ;;---------------------------------------------------------------------------
928 ;; load-time actions 928 ;; load-time actions
929 929