From e8ab39085de0c0989f15f8d0bbd15f70173c9671 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 16 Feb 2010 09:40:45 -0500 Subject: [PATCH] * simple.el (save-interprogram-paste-before-kill): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/simple.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33d844512de..64dff020286 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-02-16 Chong Yidong + * simple.el (save-interprogram-paste-before-kill): Doc fix. + * cus-edit.el (hardware): Doc fix. * man.el (man): Add to external custom group. diff --git a/lisp/simple.el b/lisp/simple.el index 4e9ffdc9740..30498ea2704 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2806,7 +2806,7 @@ ring directly.") "The tail of the kill ring whose car is the last thing yanked.") (defcustom save-interprogram-paste-before-kill nil - "Save the paste strings into `kill-ring' before replacing it with emacs strings. + "Save clipboard strings into kill ring before replacing them. When one selects something in another program to paste it into Emacs, but kills something in Emacs before actually pasting it, this selection is gone unless this variable is non-nil, -- 2.39.5