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
88c1aa79
Commit
88c1aa79
authored
Jan 11, 1993
by
Richard M. Stallman
Browse files
(kill-append): Doc fix.
parent
edb2a707
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/simple.el
lisp/simple.el
+1
-1
No files found.
lisp/simple.el
View file @
88c1aa79
...
@@ -896,7 +896,7 @@ If `interprogram-cut-function' is non-nil, apply it to STRING."
...
@@ -896,7 +896,7 @@ If `interprogram-cut-function' is non-nil, apply it to STRING."
(
defun
kill-append
(
string
before-p
)
(
defun
kill-append
(
string
before-p
)
"Append STRING to the end of the latest kill in the kill ring.
"Append STRING to the end of the latest kill in the kill ring.
If BEFORE-P is non-nil, prepend STRING to the kill.
If BEFORE-P is non-nil, prepend STRING to the kill.
If
'
interprogram-cut-function' is set, pass the resulting kill to
If
`
interprogram-cut-function' is set, pass the resulting kill to
it."
it."
(
setcar
kill-ring
(
setcar
kill-ring
(
if
before-p
(
if
before-p
...
...
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