Variable: woman-imenu
woman-imenu is a customizable variable defined in woman.el.gz.
Value
nil
Documentation
If non-nil then WoMan adds a Contents menu to the menubar.
It does this by calling imenu-add-to-menubar. Default is nil.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defcustom woman-imenu nil
"If non-nil then WoMan adds a Contents menu to the menubar.
It does this by calling `imenu-add-to-menubar'. Default is nil."
:type 'boolean
:group 'woman-interface)