diff options
Diffstat (limited to 'lisp/w32-vars.el')
-rw-r--r-- | lisp/w32-vars.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index 91676dd12da..0a6e79275a8 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -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 |