Make all 3 copies of x-select-enable-clipboard have the same doc.
[bpt/emacs.git] / lisp / w32-vars.el
index 91676dd..0a6e792 100644 (file)
@@ -152,13 +152,12 @@ menu if the variable `w32-use-w32-font-dialog' is nil."
   "Non-nil means cutting and pasting uses the clipboard.
 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.\)"
+Note that MS-Windows does not support selection types other than the
+clipboard.   \(The primary selection that is set by Emacs is not
+accessible to other programs on MS-Windows.\)"
   :type 'boolean
   :group 'killing)
 
 (provide 'w32-vars)
 
-;; arch-tag: ee2394fb-9db7-4c15-a8f0-66b47f4a2bb1
 ;;; w32-vars.el ends here