From 0564674768e4cdcc45a152f3a264e9f47d11055c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 25 Jul 2009 09:18:22 +0000 Subject: [PATCH] (x-select-enable-clipboard): Doc fix. --- lisp/w32-vars.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index 920ae8f2cf3f..48fd2972dc73 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -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)