From: Chong Yidong Date: Wed, 19 Sep 2012 06:51:33 +0000 (+0800) Subject: * killing.texi (Yanking): Minor clarification. X-Git-Url: http://git.hcoop.net/bpt/emacs.git/commitdiff_plain/4ef1567b27ee7f8dc16be0172a2db038e6f5f891 * killing.texi (Yanking): Minor clarification. Fixes: debbugs:12469 --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 35e635eec2..29c0b3cd1b 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 a034c6168a..1eb53d0d2e 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},