* killing.texi (Yanking): Minor clarification.
authorChong Yidong <cyd@gnu.org>
Wed, 19 Sep 2012 06:51:33 +0000 (14:51 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 19 Sep 2012 06:51:33 +0000 (14:51 +0800)
Fixes: debbugs:12469

doc/emacs/ChangeLog
doc/emacs/killing.texi

index 35e635e..29c0b3c 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-19  Chong Yidong  <cyd@gnu.org>
+
+       * killing.texi (Yanking): Minor clarification (Bug#12469).
+
 2012-09-17  Chong Yidong  <cyd@gnu.org>
 
        * building.texi (GDB User Interface Layout): Remove reference to
index a034c61..1eb53d0 100644 (file)
@@ -289,7 +289,7 @@ e.g. @kbd{C-u 4 C-y} reinserts the fourth most recent kill.
 
   On graphical displays, @kbd{C-y} first checks if another application
 has placed any text in the system clipboard more recently than the
-last Emacs kill.  If so, it inserts the text in the clipboard instead.
+last Emacs kill.  If so, it inserts the clipboard's text instead.
 Thus, Emacs effectively treats ``cut'' or ``copy'' clipboard
 operations performed in other applications like Emacs kills, except
 that they are not recorded in the kill ring.  @xref{Cut and Paste},