]> git.eshelyaron.com Git - emacs.git/commitdiff
(Low-Level Kill Ring): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Wed, 15 Oct 2008 17:04:07 +0000 (17:04 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 15 Oct 2008 17:04:07 +0000 (17:04 +0000)
doc/lispref/text.texi

index 2b3cb6a26c09dd8a426559c1585e05c8fedba55a..122174b2559d46e3a6c8e0c9445fc2fe5e66f381 100644 (file)
@@ -1056,7 +1056,8 @@ If @var{n} is zero, indicating a request for the latest kill,
 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