Variable: wdired-search-replace-filenames
wdired-search-replace-filenames is a customizable variable defined in
wdired.el.gz.
Value
t
Documentation
Non-nil to search and replace in file names only.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/wdired.el.gz
(defcustom wdired-search-replace-filenames t
"Non-nil to search and replace in file names only."
:version "29.1"
:type 'boolean)