Function: turn-off-hideshow
turn-off-hideshow is an autoloaded and byte-compiled function defined
in hideshow.el.gz.
Signature
(turn-off-hideshow)
Documentation
Unconditionally turn off hs-minor-mode(var)/hs-minor-mode(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
;;;###autoload
(defun turn-off-hideshow ()
"Unconditionally turn off `hs-minor-mode'."
(hs-minor-mode -1))