projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5ad99
)
* lisp/simple.el (kill-do-not-save-duplicates): Doc fix. (Bug#36827)
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Aug 2019 11:20:34 +0000
(14:20 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Aug 2019 11:21:18 +0000
(14:21 +0300)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index a0f2da7152c762a6baf45db922a3bfcc34bed7a7..b10c7861d133256dd0a19b510889fa0b77ac4cc9 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-4353,7
+4353,7
@@
retrieved via \\[yank] \\[yank-pop]."
:version "23.2")
(defcustom kill-do-not-save-duplicates nil
- "
Do not add a new
string to `kill-ring' if it duplicates the last one.
+ "
If non-nil, don't add a
string to `kill-ring' if it duplicates the last one.
The comparison is done using `equal-including-properties'."
:type 'boolean
:group 'killing