]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Mention "cutting" and "pasting" as synonyms for "killing" and
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 18 Aug 2004 02:21:00 +0000 (02:21 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 18 Aug 2004 02:21:00 +0000 (02:21 +0000)
"yanking" in main menu.

man/emacs.texi

index 893f01e3baf946deb99dabc9b45f44fbe2fc7722..ad9658ab3680941434cb48dc606dfbdff101c311 100644 (file)
@@ -158,8 +158,8 @@ Fundamental Editing Commands
 
 Important Text-Changing Commands
 * Mark::               The mark: how to delimit a ``region'' of text.
-* Killing::            Killing text.
-* Yanking::            Recovering killed text.  Moving text.
+* Killing::            Killing (cutting) text.
+* Yanking::            Recovering killed text.  Moving text. (Pasting.)
 * Accumulating Text::   Other ways of copying text.
 * Rectangles::         Operating on the text inside a rectangle on the screen.
 * Registers::          Saving a text string or a location in the buffer.