aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-15 17:04:07 +0000
committerEli Zaretskii2008-10-15 17:04:07 +0000
commita053dae03ae88f9749169736bf16941ac37cafe9 (patch)
tree7eb2b806ae4917755d6870be6e776cc2f480c047
parentac40fadbd06c393cac5c81e6e47c9842c025ee1f (diff)
downloademacs-a053dae03ae88f9749169736bf16941ac37cafe9.tar.gz
emacs-a053dae03ae88f9749169736bf16941ac37cafe9.zip
(Low-Level Kill Ring): Fix last change.
-rw-r--r--doc/lispref/text.texi3
1 files changed, 2 insertions, 1 deletions
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,
1056consulting the kill ring. If that value is a function and calling it 1056consulting the kill ring. If that value is a function and calling it
1057returns a string or a list of several string, @code{current-kill} 1057returns a string or a list of several string, @code{current-kill}
1058pushes the strings onto the kill ring and returns the first string. 1058pushes the strings onto the kill ring and returns the first string.
1059It also sets the yanking pointer to point to that new entry, 1059It also sets the yanking pointer to point to the kill-ring entry of
1060the first string returned by @code{interprogram-paste-function},
1060regardless of the value of @var{do-not-move}. Otherwise, 1061regardless of the value of @var{do-not-move}. Otherwise,
1061@code{current-kill} does not treat a zero value for @var{n} specially: 1062@code{current-kill} does not treat a zero value for @var{n} specially:
1062it returns the entry pointed at by the yanking pointer and does not 1063it returns the entry pointed at by the yanking pointer and does not