Variable: dcl-imenu-label-labels
dcl-imenu-label-labels is a customizable variable defined in
dcl-mode.el.gz.
Value
"Labels"
Documentation
Imenu menu title for sub-listing with label names.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/dcl-mode.el.gz
; I couldn't decide what looked best, so I'll let you decide...
; Remember, you can also customize this with imenu-submenu-name-format.
(defcustom dcl-imenu-label-labels "Labels"
"Imenu menu title for sub-listing with label names."
:type 'string)