* lisp/net/dictionary.el (dictionary-display-more-info): Spelling fix
Fix the spelling in the error message for non-existing dictionary.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user