emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp w32-vars.el [EMACS_23_1_RC]


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/lisp w32-vars.el [EMACS_23_1_RC]
Date: Sat, 25 Jul 2009 09:18:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_23_1_RC
Changes by:     Eli Zaretskii <eliz>    09/07/25 09:18:23

Modified files:
        lisp           : w32-vars.el 

Log message:
        (x-select-enable-clipboard): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/w32-vars.el?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.27.2.1&r2=1.27.2.2

Patches:
Index: w32-vars.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/w32-vars.el,v
retrieving revision 1.27.2.1
retrieving revision 1.27.2.2
diff -u -b -r1.27.2.1 -r1.27.2.2
--- w32-vars.el 20 Jul 2009 21:30:36 -0000      1.27.2.1
+++ w32-vars.el 25 Jul 2009 09:18:22 -0000      1.27.2.2
@@ -149,7 +149,11 @@
 
 (defcustom x-select-enable-clipboard t
   "Non-nil means cutting and pasting uses the clipboard.
-This is in addition to, but in preference to, the primary selection."
+This is in addition to, but in preference to, the primary selection.
+
+On MS-Windows, this is non-nil by default, since Windows does not
+support other types of selections.  \(The primary selection that is
+set by Emacs is not accessible to other programs on Windows.\)"
   :type 'boolean
   :group 'killing)
 




reply via email to

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