From: Eli Zaretskii Date: Wed, 15 Oct 2008 17:04:07 +0000 (+0000) Subject: (Low-Level Kill Ring): Fix last change. X-Git-Tag: emacs-pretest-23.0.90~2456 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a053dae03ae88f9749169736bf16941ac37cafe9;p=emacs.git (Low-Level Kill Ring): Fix last change. --- diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 2b3cb6a26c0..122174b2559 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -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