diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-01-16 06:51:09 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-01-16 06:51:09 +0100 |
commit | 19d681d24bce0bcff1417c73035d1f9e34fbcc4a (patch) | |
tree | a3a5c6f501176c26041592014e523c19b9844b13 /lisp/net/dictionary.el | |
parent | 5cdee3a9970838b6943b58c6f25bbae37d4e4695 (diff) | |
parent | e488601849627c53b1638fbab1d115518e0ee794 (diff) | |
download | emacs-19d681d24bce0bcff1417c73035d1f9e34fbcc4a.tar.gz emacs-19d681d24bce0bcff1417c73035d1f9e34fbcc4a.tar.bz2 emacs-19d681d24bce0bcff1417c73035d1f9e34fbcc4a.zip |
Merge from origin/emacs-28
e488601849 Update to Org 9.5.2-9-g7ba24c
95640360f0 * lisp/net/dictionary.el (dictionary-context-menu): Use pa...
Diffstat (limited to 'lisp/net/dictionary.el')
-rw-r--r-- | lisp/net/dictionary.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el index 507363cc0f8..e0824f39716 100644 --- a/lisp/net/dictionary.el +++ b/lisp/net/dictionary.el @@ -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 |