diff options
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 6dd1896a29e..980ba2fcd19 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -2169,7 +2169,7 @@ otherwise it could decide to silently do nothing." (> count 1))) (defcustom yank-menu-length 20 - "Items in `yank-menu' longer than this will be truncated." + "Text of items in `yank-menu' longer than this will be truncated." :type 'integer :group 'menu) |