Variable: ediff-word-2
ediff-word-2 is a buffer-local variable defined in ediff-diff.el.gz.
Documentation
Characters that constitute words of type 2.
More precisely, [ediff-word-2] is a regexp that matches type 2 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-2 "0-9.,"
"Characters that constitute words of type 2.
More precisely, [ediff-word-2] is a regexp that matches type 2 words.
See `ediff-forward-word' for more details.")