Variable: yank-menu-length
yank-menu-length is a customizable variable defined in menu-bar.el.gz.
Value
20
Documentation
Text of items in yank-menu(var)/yank-menu(fun) longer than this will be truncated.
Source Code
;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defcustom yank-menu-length 20
"Text of items in `yank-menu' longer than this will be truncated."
:type 'natnum
:group 'menu)