emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/lispref/text.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/text.texi,v
Date: Wed, 15 Oct 2008 17:04:08 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/15 17:04:07

Index: text.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/text.texi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- text.texi   15 Oct 2008 14:43:23 -0000      1.9
+++ text.texi   15 Oct 2008 17:04:07 -0000      1.10
@@ -1056,7 +1056,8 @@
 consulting the kill ring.  If that value is a function and calling it
 returns a string or a list of several string, @code{current-kill}
 pushes the strings onto the kill ring and returns the first string.
-It also sets the yanking pointer to point to that new entry,
+It also sets the yanking pointer to point to the kill-ring entry of
+the first string returned by @code{interprogram-paste-function},
 regardless of the value of @var{do-not-move}.  Otherwise,
 @code{current-kill} does not treat a zero value for @var{n} specially:
 it returns the entry pointed at by the yanking pointer and does not




reply via email to

[Prev in Thread] Current Thread [Next in Thread]