* simple.el (save-interprogram-paste-before-kill): Doc fix.

This commit is contained in:
Chong Yidong 2010-02-16 09:40:45 -05:00
parent ff90f4b003
commit e8ab39085d
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2010-02-16 Chong Yidong <cyd@stupidchicken.com>
* simple.el (save-interprogram-paste-before-kill): Doc fix.
* cus-edit.el (hardware): Doc fix.
* man.el (man): Add to external custom group.

View file

@ -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,