From: Chong Yidong Date: Tue, 16 Feb 2010 14:40:45 +0000 (-0500) Subject: * simple.el (save-interprogram-paste-before-kill): Doc fix. X-Git-Tag: emacs-pretest-23.1.93~52^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8ab39085de0c0989f15f8d0bbd15f70173c9671;p=emacs.git * simple.el (save-interprogram-paste-before-kill): Doc fix. --- 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,