Variable: tpu-skip-chars
tpu-skip-chars is a variable defined in tpu-edt.el.gz.
Value
"^ "
Documentation
Characters to skip when moving by word.
Additional word separators are added to this string.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defvar tpu-skip-chars "^ \t"
"Characters to skip when moving by word.
Additional word separators are added to this string.")