From 4ef1567b27ee7f8dc16be0172a2db038e6f5f891 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 19 Sep 2012 14:51:33 +0800 Subject: [PATCH] * killing.texi (Yanking): Minor clarification. Fixes: debbugs:12469 --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/killing.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 35e635eec28..29c0b3cd1be 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2012-09-19 Chong Yidong + + * killing.texi (Yanking): Minor clarification (Bug#12469). + 2012-09-17 Chong Yidong * building.texi (GDB User Interface Layout): Remove reference to diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index a034c6168aa..1eb53d0d2ec 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi @@ -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}, -- 2.11.4.GIT