summaryrefslogtreecommitdiff
path: root/lisp/w32-vars.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-07-25 09:31:05 +0000
committerEli Zaretskii <eliz@gnu.org>2009-07-25 09:31:05 +0000
commit3077d1f623039874558f0da4c8850990484504fb (patch)
tree414e12a500ff32bbea37422e3a28d715032a647f /lisp/w32-vars.el
parentbeb0b7f93c2fbeb2fae08d7302686febccb3d582 (diff)
downloademacs-3077d1f623039874558f0da4c8850990484504fb.tar.gz
Fix Bug#3888:
w32-vars.el (x-select-enable-clipboard): Doc fix. term/pc-win.el (x-display-name, x-colors) (x-select-enable-clipboard, x-select-text): Doc fix. term/common-win.el (x-display-name, x-colors): Doc fix. term/ns-win.el (x-select-text, x-setup-function-keys, x-colors) (xw-defined-colors): Doc fix. w32-fns.el (x-select-text, x-setup-function-keys) (x-get-selection, x-set-selection): Doc fix. term/x-win.el (x-select-text, x-setup-function-keys) (x-select-enable-clipboard, xw-defined-colors): Doc fix. select.el (x-set-selection): Doc fix.
Diffstat (limited to 'lisp/w32-vars.el')
-rw-r--r--lisp/w32-vars.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el
index 4ac2b7f81c2..48fd2972dc7 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 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)