mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-16 17:00:06 +00:00
* 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:
parent
a25a12ddaf
commit
89e9c1686e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue