Variable: query-replace-show-replacement

query-replace-show-replacement is a customizable variable defined in replace.el.gz.

Value

t

Documentation

Non-nil means show substituted replacement text in the minibuffer.

This variable affects only query-replace-regexp.

This variable was added, or its default value changed, in Emacs 23.1.

Probably introduced at or before Emacs version 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/replace.el.gz
(defcustom query-replace-show-replacement t
  "Non-nil means show substituted replacement text in the minibuffer.
This variable affects only `query-replace-regexp'."
  :type 'boolean
  :group 'matching
  :version "23.1")