Variable: dictionary-read-word-prompt
dictionary-read-word-prompt is a customizable variable defined in
dictionary.el.gz.
Value
"Search word"
Documentation
Prompt string to use when prompting for a word.
This variable was added, or its default value changed, in Emacs 30.1.
Probably introduced at or before Emacs version 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(defcustom dictionary-read-word-prompt "Search word"
"Prompt string to use when prompting for a word."
:type 'string
:version "30.1")