Variable: word-move-empty-char-table

word-move-empty-char-table is a variable defined in subr.el.gz.

Value

nil

Documentation

Used in forward-word-strictly and backward-word-strictly to countermand the effect of find-word-boundary-function-table.

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
;; Utility motion commands

(defvar word-move-empty-char-table nil
  "Used in `forward-word-strictly' and `backward-word-strictly'
to countermand the effect of `find-word-boundary-function-table'.")