Fix reference to "yanking" in the main Emacs manual
* doc/emacs/emacs.texi (Top): Yanking is alternatively known as pasting, not copying. (Bug#47839).
This commit is contained in:
parent
1789dcdb35
commit
47fc92cefc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue