emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 7b1eb9d753b: ; * lisp/net/dictionary.el (dictionary-search): Fix


From: Eli Zaretskii
Subject: master 7b1eb9d753b: ; * lisp/net/dictionary.el (dictionary-search): Fix last change.
Date: Sat, 12 Aug 2023 11:35:29 -0400 (EDT)

branch: master
commit 7b1eb9d753bed5f2891d10efe164eb40ed3ab4fc
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/net/dictionary.el (dictionary-search): Fix last change.
---
 lisp/net/dictionary.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el
index 8eb5c142f08..f4a381db75d 100644
--- a/lisp/net/dictionary.el
+++ b/lisp/net/dictionary.el
@@ -1209,11 +1209,12 @@ If PATTERN is omitted, it defaults to \"[ 
\\f\\t\\n\\r\\v]+\"."
 
 ;;;###autoload
 (defun dictionary-search (word &optional dictionary)
-  "Prompt for a word WORD to search for in all dictionaries.
-Presents the selection or word at point as default input.
+  "Search for WORD in all the known dictionaries.
+Interactively, prompt for WORD, and offer the word at point as default.
 
-With prefix argument DICTIONARY, prompt for a dictionary and
-restrict the search to only that one."
+Optional argument DICTIONARY means restrict the search to only
+that one dictionary.  Interactively, with prefix argument,
+prompt for DICTIONARY."
   (interactive
    (let ((dict
           (if current-prefix-arg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]