Variable: ediff-hide-regexp-matches-function

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

Documentation

Function to use in determining which regions to hide.

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

Source Code

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