Variable: lazy-count-invisible-format
lazy-count-invisible-format is a variable defined in isearch.el.gz.
Value
" (invisible %s)"
Documentation
Format of the number of invisible matches for the prompt.
When invisible matches exist, their number is appended after the total number of matches. Display nothing when this variable is nil.
Source Code
;; Defined in /usr/src/emacs/lisp/isearch.el.gz
(defvar lazy-count-invisible-format " (invisible %s)"
"Format of the number of invisible matches for the prompt.
When invisible matches exist, their number is appended
after the total number of matches. Display nothing when
this variable is nil.")