changeset 98759:046a6bcd118b

(Low-Level Kill Ring): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 15 Oct 2008 17:04:07 +0000
parents 00dffcbf2eb8
children fc21fd38c65a
files doc/lispref/text.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/text.texi	Wed Oct 15 17:01:27 2008 +0000
+++ b/doc/lispref/text.texi	Wed Oct 15 17:04:07 2008 +0000
@@ -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