]> git.eshelyaron.com Git - emacs.git/commit
Improve documentation of new behavior of 'M-y'
authorEli Zaretskii <eliz@gnu.org>
Mon, 17 May 2021 12:17:57 +0000 (15:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 17 May 2021 12:17:57 +0000 (15:17 +0300)
commit7b82584c694504996cc3ce302d37edc922c1eb83
treed70e7fc3a40f8faf85147e19089d742a403e01ad
parente761e12498ff108c3b82e9d27843baec6670447c
Improve documentation of new behavior of 'M-y'

* lisp/minibuffer.el (minibuffer-local-map): Switch the order of
'\r' and '\n' bindings.
* lisp/simple.el (yank-pop, read-from-kill-ring)
(yank-from-kill-ring): Doc fixes.

* doc/emacs/search.texi (Isearch Yank):
* doc/emacs/killing.texi (Yanking): Improve the description of the
new functionality of 'M-y'.
* doc/lispref/text.texi (Yank Commands): Remove inaccurate
description of 'M-y' in Isearch.

* etc/NEWS: Improve the wording of 'M-y' entry.
doc/emacs/killing.texi
doc/emacs/search.texi
doc/lispref/text.texi
etc/NEWS
lisp/minibuffer.el
lisp/simple.el