aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Martín2021-04-17 13:18:45 +0200
committerEli Zaretskii2021-04-17 17:21:35 +0300
commit47fc92cefc8349fe558e6dbba2a6e46502e4e17e (patch)
treeb7047cf5aa83fbb97c60482cbc29fa94be76217f
parent1789dcdb359bbac371ebabbd07643eaaea67c4f7 (diff)
downloademacs-47fc92cefc8349fe558e6dbba2a6e46502e4e17e.tar.gz
emacs-47fc92cefc8349fe558e6dbba2a6e46502e4e17e.zip
Fix reference to "yanking" in the main Emacs manual
* doc/emacs/emacs.texi (Top): Yanking is alternatively known as pasting, not copying. (Bug#47839).
-rw-r--r--doc/emacs/emacs.texi2
1 files changed, 1 insertions, 1 deletions
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
159 159
160Important Text-Changing Commands 160Important Text-Changing Commands
161* Mark:: The mark: how to delimit a region of text. 161* Mark:: The mark: how to delimit a region of text.
162* Killing:: Killing (cutting) and yanking (copying) text. 162* Killing:: Killing (cutting) and yanking (pasting) text.
163* Registers:: Saving a text string or a location in the buffer. 163* Registers:: Saving a text string or a location in the buffer.
164* Display:: Controlling what text is displayed. 164* Display:: Controlling what text is displayed.
165* Search:: Finding or replacing occurrences of a string. 165* Search:: Finding or replacing occurrences of a string.