Variable: semantic-edits-verbose-flag
semantic-edits-verbose-flag is a customizable variable defined in
edit.el.gz.
Value
nil
Documentation
Non-nil means the incremental parser is verbose.
If nil, errors are still displayed, but informative messages are not.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/edit.el.gz
(defcustom semantic-edits-verbose-flag nil
"Non-nil means the incremental parser is verbose.
If nil, errors are still displayed, but informative messages are not."
:group 'semantic
:type 'boolean)