; * lisp/simple.el (save-interprogram-paste-before-kill): Fix documentation.
authorCharles A. Roelli <charles@aurox.ch>
Tue, 25 Sep 2018 19:29:29 +0000 (21:29 +0200)
committerCharles A. Roelli <charles@aurox.ch>
Tue, 25 Sep 2018 19:29:29 +0000 (21:29 +0200)
lisp/simple.el

index a51a5205cee386e136a982c70dbec1d672225dcf..d5674aae9b4360234d8206aa6b24c0e42ea85250 100644 (file)
@@ -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")