]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/dictionary.el (dictionary-search): Use format-prompt.
authorJuri Linkov <juri@linkov.net>
Sat, 5 Nov 2022 17:34:47 +0000 (19:34 +0200)
committerJuri Linkov <juri@linkov.net>
Sat, 5 Nov 2022 17:34:47 +0000 (19:34 +0200)
lisp/net/dictionary.el

index b8f5018005ba5b9261930f18de31eecfa4be4fd1..d381750eb00ceead48db18136b2ae6e2c0f75797 100644 (file)
@@ -1150,9 +1150,7 @@ It presents the selection or word at point as default input and
 allows editing it."
   (interactive
    (list (let ((default (dictionary-search-default)))
-           (read-string (if default
-                            (format "Search word (%s): " default)
-                          "Search word: ")
+           (read-string (format-prompt "Search word" default)
                         nil 'dictionary-word-history default))
         (if current-prefix-arg
             (read-string (if dictionary-default-dictionary