Variable: ediff-forward-word-function
ediff-forward-word-function is a buffer-local variable defined in
ediff-diff.el.gz.
Documentation
Function to call to move to the next word.
Used for splitting difference regions into individual words.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/ediff-diff.el.gz
;;; Word functions used to refine the current diff
(defvar-local ediff-forward-word-function #'ediff-forward-word
"Function to call to move to the next word.
Used for splitting difference regions into individual words.")