Variable: semantic-imenu-auto-rebuild-directory-indexes
semantic-imenu-auto-rebuild-directory-indexes is a customizable
variable defined in imenu.el.gz.
Value
nil
Documentation
If non-nil automatically rebuild directory index imenus.
That is when a directory index imenu is updated, automatically rebuild other buffer local ones based on the same semanticdb.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/imenu.el.gz
(defcustom semantic-imenu-auto-rebuild-directory-indexes nil
"If non-nil automatically rebuild directory index imenus.
That is when a directory index imenu is updated, automatically rebuild
other buffer local ones based on the same semanticdb."
:type 'boolean)