senator-step-at-start-end-tag-classes

senator-step-at-start-end-tag-classes is a variable defined in `senator.el'.
Its value is
nil

  • Automatically becomes buffer-local when set.

Documentation:
List of tag classes at which Senator's navigation commands should stop.
A tag class is a symbol, such as `variable', `function', or `type'.
The navigation commands stop at the start and end of each tag
class in this list, provided the tag class is recognized (see
`senator-step-at-tag-classes').

As a special exception, if the value is nil, the navigation
commands stop at the beginning of every tag.

If t, the navigation commands stop at the start and end of any
tag, where possible.

You can customize this variable.