diff lisp/simple.el @ 107168:282ddc0ca465

* simple.el (save-interprogram-paste-before-kill): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 16 Feb 2010 09:40:45 -0500
parents 149c0b848923
children b6cc517c1044
line wrap: on
line diff
--- 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,