* lisp/net/dictionary.el (dictionary-context-menu): Use package prefix.

This commit is contained in:
Juri Linkov 2022-01-15 20:58:31 +02:00
parent 2dcb1bc474
commit 95640360f0

View file

@ -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