Variable: isearch-mode-end-hook
isearch-mode-end-hook is a variable defined in isearch.el.gz.
Value
nil
Documentation
Function(s) to call after terminating an incremental search.
When these functions are called, isearch-mode-end-hook-quit
is non-nil if the user quits the search.
Source Code
;; Defined in /usr/src/emacs/lisp/isearch.el.gz
(defvar isearch-mode-end-hook nil
"Function(s) to call after terminating an incremental search.
When these functions are called, `isearch-mode-end-hook-quit'
is non-nil if the user quits the search.")