]> code.delx.au - gnu-emacs/commitdiff
* 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 35e635eec28f8cfa4cfbc9bd726112dd01356843..29c0b3cd1be4f89fe8aa8e8ca631971351c6bf94 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 a034c6168aa76c6ebf890b60f810989ea5c5e40c..1eb53d0d2ecd8eda5140fa1eb95d7ed80e957539 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},