From 8b7c7762da516faea40ba761ee5f114e839dfd33 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Aug 2019 14:20:34 +0300 Subject: [PATCH] * lisp/simple.el (kill-do-not-save-duplicates): Doc fix. (Bug#36827) --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index a0f2da7152c..b10c7861d13 100644 --- 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 -- 2.39.2