projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25a12d
)
* lisp/net/dictionary.el (dictionary-display-more-info): Spelling fix
author
Torsten Hilbrich
<torsten.hilbrich@gmx.net>
Mon, 14 Dec 2020 08:52:23 +0000
(09:52 +0100)
committer
Torsten Hilbrich
<torsten.hilbrich@gmx.net>
Mon, 14 Dec 2020 10:45:24 +0000
(11:45 +0100)
Fix the spelling in the error message for non-existing dictionary.
lisp/net/dictionary.el
patch
|
blob
|
history
diff --git
a/lisp/net/dictionary.el
b/lisp/net/dictionary.el
index afa4d393c0d808536a4c1987625dca630db96fc2..1ac6c6838b1c976be6c760ce3c3f8489080c7c0c 100644
(file)
--- 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)