From c8bda0555c5e54f139a60b58741b1ae3228bc897 Mon Sep 17 00:00:00 2001 From: "Charles A. Roelli" Date: Tue, 25 Sep 2018 21:29:29 +0200 Subject: [PATCH] ; * lisp/simple.el (save-interprogram-paste-before-kill): Fix documentation. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index a51a5205cee..d5674aae9b4 100644 --- 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") -- 2.39.5