]> git.eshelyaron.com Git - emacs.git/commitdiff
* simple.el (save-interprogram-paste-before-kill): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 16 Feb 2010 14:40:45 +0000 (09:40 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 16 Feb 2010 14:40:45 +0000 (09:40 -0500)
lisp/ChangeLog
lisp/simple.el

index 33d844512de58a673d5d02650f6afa1010ff660c..64dff020286ef1e77d63e56708f16d05f8115f75 100644 (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.
index 4e9ffdc9740a6180ae51455256d4afc762328ccb..30498ea27047ed1912efb705a646e25ae68059f4 100644 (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,