diff options
| author | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
| commit | 14d64a8adcc866deecd758b898e8ef2d836b354a (patch) | |
| tree | 83cff9669e266f8e283ccb8cd7518e909240f1e1 /lisp/net/dictionary.el | |
| parent | bdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8 (diff) | |
| parent | ebe334cdc234de2897263aed4c05ac7088c11857 (diff) | |
| download | emacs-scratch/correct-warning-pos.tar.gz emacs-scratch/correct-warning-pos.zip | |
Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-pos
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." | |||
| 1376 | (dictionary-search word))) | 1376 | (dictionary-search word))) |
| 1377 | 1377 | ||
| 1378 | ;;;###autoload | 1378 | ;;;###autoload |
| 1379 | (defun context-menu-dictionary (menu click) | 1379 | (defun dictionary-context-menu (menu click) |
| 1380 | "Populate MENU with dictionary commands at CLICK. | 1380 | "Populate MENU with dictionary commands at CLICK. |
| 1381 | When you add this function to `context-menu-functions', | 1381 | When you add this function to `context-menu-functions', |
| 1382 | the context menu will contain an item that searches | 1382 | the context menu will contain an item that searches |