diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/artist.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/artist.el b/lisp/textmodes/artist.el index 00896be3c6e..137f358970c 100644 --- a/lisp/textmodes/artist.el +++ b/lisp/textmodes/artist.el | |||
| @@ -1477,7 +1477,7 @@ Keymap summary | |||
| 1477 | ; | 1477 | ; |
| 1478 | 1478 | ||
| 1479 | (defun artist-compute-popup-menu-table (menu-table) | 1479 | (defun artist-compute-popup-menu-table (menu-table) |
| 1480 | "Create a menu from from MENU-TABLE data. | 1480 | "Create a menu from MENU-TABLE data. |
| 1481 | The returned value is suitable for the `x-popup-menu' function." | 1481 | The returned value is suitable for the `x-popup-menu' function." |
| 1482 | (cons "Artist menu" | 1482 | (cons "Artist menu" |
| 1483 | (artist-compute-popup-menu-table-sub menu-table))) | 1483 | (artist-compute-popup-menu-table-sub menu-table))) |