Variable: replace-update-post-hook
replace-update-post-hook is a variable defined in replace.el.gz.
Value
nil
Documentation
Function(s) to call after query-replace has found a match in the buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/replace.el.gz
(defvar replace-update-post-hook nil
"Function(s) to call after `query-replace' has found a match in the buffer.")