# HG changeset patch # User Chong Yidong # Date 1266331245 18000 # Node ID 282ddc0ca465aef8209e930ed001069b64707377 # Parent f6b8c73548b345b6f25e8de9f58e0f6b3f77ab9d * simple.el (save-interprogram-paste-before-kill): Doc fix. diff -r f6b8c73548b3 -r 282ddc0ca465 lisp/ChangeLog --- a/lisp/ChangeLog Tue Feb 16 09:35:45 2010 -0500 +++ b/lisp/ChangeLog Tue Feb 16 09:40:45 2010 -0500 @@ -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 -r f6b8c73548b3 -r 282ddc0ca465 lisp/simple.el --- a/lisp/simple.el Tue Feb 16 09:35:45 2010 -0500 +++ b/lisp/simple.el Tue Feb 16 09:40:45 2010 -0500 @@ -2806,7 +2806,7 @@ "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,