emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99509: * simple.el (save-interprogra


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99509: * simple.el (save-interprogram-paste-before-kill): Doc fix.
Date: Tue, 16 Feb 2010 09:40:45 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99509
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Tue 2010-02-16 09:40:45 -0500
message:
  * simple.el (save-interprogram-paste-before-kill): Doc fix.
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-02-16 14:35:45 +0000
+++ b/lisp/ChangeLog    2010-02-16 14:40:45 +0000
@@ -1,5 +1,7 @@
 2010-02-16  Chong Yidong  <address@hidden>
 
+       * simple.el (save-interprogram-paste-before-kill): Doc fix.
+
        * cus-edit.el (hardware): Doc fix.
 
        * man.el (man): Add to external custom group.

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2010-02-14 17:28:10 +0000
+++ b/lisp/simple.el    2010-02-16 14:40:45 +0000
@@ -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,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]