]> git.eshelyaron.com Git - emacs.git/commit
Double the default value of kill-ring-max
authorStefan Kangas <stefan@marxist.se>
Tue, 12 Oct 2021 16:23:46 +0000 (18:23 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 13 Oct 2021 22:23:34 +0000 (00:23 +0200)
commit97c4f84cbce4fef3dddebdae29df590bbb7fd516
tree28a6ba3e0a235e937197690aa36282793c1eb99c
parent845640538ecec167bbda8abeb98fcee70d68fd0a
Double the default value of kill-ring-max

* lisp/simple.el (kill-ring-max): Double the default to 120.
* lisp/menu-bar.el (yank-menu-length): Doc fix.
(yank-menu-max-items): New variable.
(menu-bar-update-yank-menu): Don't display more than
'yank-menu-max-items' in the yank menu.

* doc/emacs/custom.texi (Changing a Variable):
* doc/emacs/killing.texi (Kill Ring):
* doc/lispintro/emacs-lisp-intro.texi (kill-new function):
* doc/lispref/text.texi (Internals of Kill Ring): Doc fix to use
the new value.
doc/emacs/custom.texi
doc/emacs/killing.texi
doc/lispintro/emacs-lisp-intro.texi
doc/lispref/text.texi
etc/NEWS
lisp/menu-bar.el
lisp/simple.el