From 5fe658e5838c491df45d0dc9bd3627e6906eca79 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 2 Jan 2020 19:53:49 -0500 Subject: [PATCH] Rename synonym/dictionary definition lookup commands --- modules/tools/lookup/autoload/lookup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/tools/lookup/autoload/lookup.el b/modules/tools/lookup/autoload/lookup.el index 9e21437e6..7ed72136d 100644 --- a/modules/tools/lookup/autoload/lookup.el +++ b/modules/tools/lookup/autoload/lookup.el @@ -328,7 +328,7 @@ Otherwise, falls back on `find-file-at-point'." ;;; Dictionary ;;;###autoload -(defun +lookup/word-definition (identifier &optional arg) +(defun +lookup/dictionary-definition (identifier &optional arg) "Look up the definition of the word at point (or selection)." (interactive (list (+lookup-symbol-or-region) @@ -343,7 +343,7 @@ Otherwise, falls back on `find-file-at-point'." ((user-error "No offline dictionary defined yet")))) ;;;###autoload -(defun +lookup/word-synonyms (identifier &optional arg) +(defun +lookup/synonyms (identifier &optional arg) "Look up and insert a synonym for the word at point (or selection)." (interactive (list (+lookup-symbol-or-region)