Variable: ediff-word-1

ediff-word-1 is a buffer-local variable defined in ediff-diff.el.gz.

Documentation

Characters that constitute words of type 1.

More precisely, [ediff-word-1] is a regexp that matches type 1 words. See ediff-forward-word for more details.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-diff.el.gz
(defvar-local ediff-word-1 "-[:word:]_"
  "Characters that constitute words of type 1.
More precisely, [ediff-word-1] is a regexp that matches type 1 words.
See `ediff-forward-word' for more details.")