Merge pull request #2842 from paulapatience/bugfix/synosaurus-wordnet
tools/lookup: fix synosaurus -> synosaurus-wordnet
This commit is contained in:
commit
439562e526
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ Otherwise, falls back on `find-file-at-point'."
|
|||
current-prefix-arg))
|
||||
(message "Looking up synonyms for %S" identifier)
|
||||
(cond ((and +lookup-dictionary-prefer-offline
|
||||
(require 'synosaurus nil t))
|
||||
(require 'synosaurus-wordnet nil t))
|
||||
(unless (executable-find synosaurus-wordnet--command)
|
||||
(user-error "Couldn't find %S installed on your system"
|
||||
synosaurus-wordnet--command))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue