Variable: senator-step-at-tag-classes
senator-step-at-tag-classes is a customizable and buffer-local
variable defined in senator.el.gz.
Documentation
List of tag classes recognized by Senator's navigation commands.
A tag class is a symbol, such as variable, function, or type.
As a special exception, if the value is nil, Senator's navigation commands recognize all tag classes.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/senator.el.gz
;;;###autoload
(defcustom senator-step-at-tag-classes nil
"List of tag classes recognized by Senator's navigation commands.
A tag class is a symbol, such as `variable', `function', or `type'.
As a special exception, if the value is nil, Senator's navigation
commands recognize all tag classes."
:type '(repeat (symbol)))