* lisp/net/dictionary.el (dictionary-context-menu): Use package prefix.
This commit is contained in:
parent
2dcb1bc474
commit
95640360f0
1 changed files with 1 additions and 1 deletions
|
@ -1376,7 +1376,7 @@ any buffer where (dictionary-tooltip-mode 1) has been called."
|
|||
(dictionary-search word)))
|
||||
|
||||
;;;###autoload
|
||||
(defun context-menu-dictionary (menu click)
|
||||
(defun dictionary-context-menu (menu click)
|
||||
"Populate MENU with dictionary commands at CLICK.
|
||||
When you add this function to `context-menu-functions',
|
||||
the context menu will contain an item that searches
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue