semantic-add-minor-mode

semantic-add-minor-mode is a compiled Lisp function in `util-modes.el'.

(semantic-add-minor-mode TOGGLE NAME)

Register a new Semantic minor mode.
TOGGLE is a symbol which is the name of a buffer-local variable that
is toggled on or off to say whether the minor mode is active or not.
It is also an interactive function to toggle the mode.

NAME specifies what will appear in the mode line when the minor mode
is active. NAME should be either a string starting with a space, or a
symbol whose value is such a string.