Variable: vhdl-underscore-is-part-of-word
vhdl-underscore-is-part-of-word is a customizable variable defined in
vhdl-mode.el.gz.
This variable is obsolete since 24.4; use superword-mode(var)/superword-mode(fun) instead.
Value
nil
Documentation
Non-nil means consider the underscore character _ as part of word.
An identifier containing underscores is then treated as a single word in select and move operations. All parts of an identifier separated by underscore are treated as single words otherwise.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-underscore-is-part-of-word nil
"Non-nil means consider the underscore character `_' as part of word.
An identifier containing underscores is then treated as a single word in
select and move operations. All parts of an identifier separated by underscore
are treated as single words otherwise."
:type 'boolean
:group 'vhdl-misc)