From 47fc92cefc8349fe558e6dbba2a6e46502e4e17e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=ADn?= Date: Sat, 17 Apr 2021 13:18:45 +0200 Subject: [PATCH] Fix reference to "yanking" in the main Emacs manual * doc/emacs/emacs.texi (Top): Yanking is alternatively known as pasting, not copying. (Bug#47839). --- doc/emacs/emacs.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 22e19aee63c..4481ac9045b 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -159,7 +159,7 @@ Fundamental Editing Commands Important Text-Changing Commands * Mark:: The mark: how to delimit a region of text. -* Killing:: Killing (cutting) and yanking (copying) text. +* Killing:: Killing (cutting) and yanking (pasting) text. * Registers:: Saving a text string or a location in the buffer. * Display:: Controlling what text is displayed. * Search:: Finding or replacing occurrences of a string. -- 2.39.5