* lisp/menu-bar.el (yank-menu-length): Fix docstring (bug#51138).
This commit is contained in:
parent
9ff6999a06
commit
12654b7423
2 changed files with 2 additions and 2 deletions
|
@ -823,7 +823,7 @@ Returns a list of the form (REAL-FUNCTION DEF ALIASED REAL-DEF)."
|
||||||
;; Advised & aliased function.
|
;; Advised & aliased function.
|
||||||
(and advised (symbolp real-function)
|
(and advised (symbolp real-function)
|
||||||
(not (eq 'autoload (car-safe def))))
|
(not (eq 'autoload (car-safe def))))
|
||||||
(and (subrp def)
|
(and (subrp def) (symbolp function)
|
||||||
(not (string= (subr-name def)
|
(not (string= (subr-name def)
|
||||||
(symbol-name function)))))))
|
(symbol-name function)))))))
|
||||||
(real-def (cond
|
(real-def (cond
|
||||||
|
|
|
@ -2159,7 +2159,7 @@ otherwise it could decide to silently do nothing."
|
||||||
(> count 1)))
|
(> count 1)))
|
||||||
|
|
||||||
(defcustom yank-menu-length 20
|
(defcustom yank-menu-length 20
|
||||||
"Maximum length to display in the `yank-menu'."
|
"Text of items in `yank-menu' longer than this will be truncated."
|
||||||
:type 'integer
|
:type 'integer
|
||||||
:group 'menu)
|
:group 'menu)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue