Variable: ediff-focus-on-regexp-matches-function

ediff-focus-on-regexp-matches-function is a buffer-local variable defined in ediff-init.el.gz.

Documentation

Function to use in determining which regions to focus on.

See the documentation string of ediff-focus-on-regexp-matches for details.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(ediff-defvar-local ediff-focus-on-regexp-matches-function
  'ediff-focus-on-regexp-matches
  "Function to use in determining which regions to focus on.
See the documentation string of `ediff-focus-on-regexp-matches' for details.")