Variable: man-imenu-title
man-imenu-title is a customizable variable defined in man.el.gz.
Value
"Contents"
Documentation
The title to use if man adds a Contents menu to the menubar.
This variable was added, or its default value changed, in Emacs 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/man.el.gz
(defcustom man-imenu-title "Contents"
"The title to use if man adds a Contents menu to the menubar."
:version "24.4"
:type 'string
:group 'man)