Variable: hs-minor-mode
hs-minor-mode is a buffer-local variable defined in hideshow.el.gz.
Documentation
Non-nil if hs minor mode is enabled.
Use the command hs-minor-mode(var)/hs-minor-mode(fun) to change this variable.
Probably introduced at or before Emacs version 20.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
;;---------------------------------------------------------------------------
;; internal variables
(defvar hs-minor-mode nil
"Non-nil if using hideshow mode as a minor mode of some other mode.
Use the command `hs-minor-mode' to toggle or set this variable.")