* 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)))
|
(dictionary-search word)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun context-menu-dictionary (menu click)
|
(defun dictionary-context-menu (menu click)
|
||||||
"Populate MENU with dictionary commands at CLICK.
|
"Populate MENU with dictionary commands at CLICK.
|
||||||
When you add this function to `context-menu-functions',
|
When you add this function to `context-menu-functions',
|
||||||
the context menu will contain an item that searches
|
the context menu will contain an item that searches
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue