semantic-toggle-minor-mode-globally

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

(semantic-toggle-minor-mode-globally MODE &optional ARG)

Toggle minor mode MODE in every Semantic enabled buffer.
Return non-nil if MODE is turned on in every Semantic enabled buffer.
If ARG is positive, enable, if it is negative, disable.
MODE must be a valid minor mode defined in `minor-mode-alist' and must be
too an interactive function used to toggle the mode.