]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-select-enable-clipboard): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 25 Jul 2009 09:18:53 +0000 (09:18 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Jul 2009 09:18:53 +0000 (09:18 +0000)
lisp/ChangeLog
lisp/w32-vars.el

index 43a62f824b72177557ddc1b7088ebfcf212a56fb..fdeeec213b60667eba731acf5d02ab4274fc9c5f 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * w32-vars.el (x-select-enable-clipboard): Doc fix.
+
 2009-07-24  Eli Zaretskii  <eliz@gnu.org>
 
        * term/pc-win.el (x-select-text): Add a doc string.
index 920ae8f2cf3fb1c44c65a93fca3d4360b669c5f2..48fd2972dc73a3357539d206990f92cddb3d3735 100644 (file)
@@ -149,7 +149,11 @@ menu if the variable `w32-use-w32-font-dialog' is nil."
 
 (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)