projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc7fdee
)
; * lisp/simple.el (save-interprogram-paste-before-kill): Fix documentation.
author
Charles A. Roelli
<charles@aurox.ch>
Tue, 25 Sep 2018 19:29:29 +0000
(21:29 +0200)
committer
Charles A. Roelli
<charles@aurox.ch>
Tue, 25 Sep 2018 19:29:29 +0000
(21:29 +0200)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index a51a5205cee386e136a982c70dbec1d672225dcf..d5674aae9b4360234d8206aa6b24c0e42ea85250 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-4324,7
+4324,7
@@
ring directly.")
A non-nil value ensures that Emacs kill operations do not
irrevocably overwrite existing clipboard text by saving it to the
`kill-ring' prior to the kill. Such text can subsequently be
-retrieved via \\[yank] \\[yank-pop]
]
."
+retrieved via \\[yank] \\[yank-pop]."
:type 'boolean
:group 'killing
:version "23.2")