emacs-diffs
[Top][All Lists]
Advanced

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

feature/integration-of-dictionary-el 89e9c16 13/17: * lisp/net/dictionar


From: Torsten Hilbrich
Subject: feature/integration-of-dictionary-el 89e9c16 13/17: * lisp/net/dictionary.el (dictionary-display-more-info): Spelling fix
Date: Mon, 14 Dec 2020 05:46:39 -0500 (EST)

branch: feature/integration-of-dictionary-el
commit 89e9c1686e99c2b6369f6aa858ed3a347b940c4f
Author: Torsten Hilbrich <torsten.hilbrich@gmx.net>
Commit: Torsten Hilbrich <torsten.hilbrich@gmx.net>

    * lisp/net/dictionary.el (dictionary-display-more-info): Spelling fix
    
    Fix the spelling in the error message for non-existing dictionary.
---
 lisp/net/dictionary.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el
index afa4d39..1ac6c68 100644
--- a/lisp/net/dictionary.el
+++ b/lisp/net/dictionary.el
@@ -928,7 +928,7 @@ If PATTERN is omitted, it defaults to \"[ 
\\f\\t\\n\\r\\v]+\"."
       (let ((reply (dictionary-read-reply-and-split)))
        (message nil)
        (if (dictionary-check-reply reply 550)
-           (error "Dictionary \"%s\" not existing" dictionary)
+           (error "Dictionary \"%s\" does not exist" dictionary)
          (unless (dictionary-check-reply reply 112)
            (error "Unknown server answer: %s" (dictionary-reply reply)))
          (dictionary-pre-buffer)



reply via email to

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