diff lisp/w32-vars.el @ 111120:8764fdce10f5

Make all 3 copies of x-select-enable-clipboard have the same doc. * lisp/term/pc-win.el (x-select-enable-clipboard): * lisp/term/x-win.el (x-select-enable-clipboard): * lisp/w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
author Glenn Morris <rgm@gnu.org>
date Sat, 23 Oct 2010 13:40:46 -0700
parents 280c8ae2476d
children a3c68a313b81
line wrap: on
line diff
--- a/lisp/w32-vars.el	Sat Oct 23 12:56:57 2010 -0700
+++ b/lisp/w32-vars.el	Sat Oct 23 13:40:46 2010 -0700
@@ -152,13 +152,12 @@
   "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