Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a053dae0
Commit
a053dae0
authored
Oct 15, 2008
by
Eli Zaretskii
Browse files
(Low-Level Kill Ring): Fix last change.
parent
ac40fadb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
doc/lispref/text.texi
doc/lispref/text.texi
+2
-1
No files found.
doc/lispref/text.texi
View file @
a053dae0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment