summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-07-25 09:18:53 +0000
committerEli Zaretskii <eliz@gnu.org>2009-07-25 09:18:53 +0000
commit3c98fbc370d897a90d0f35d038c0f245480373be (patch)
tree4955798d868e9e19b2dfe0fa40a62d459317e87c
parentc33ce3344cd5526c4a0cb26365f8ab4f21c1696d (diff)
downloademacs-3c98fbc370d897a90d0f35d038c0f245480373be.tar.gz
(x-select-enable-clipboard): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/w32-vars.el6
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 43a62f824b7..fdeeec213b6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-25 Eli Zaretskii <eliz@gnu.org>
+
+ * w32-vars.el (x-select-enable-clipboard): Doc fix.
+
2009-07-24 Eli Zaretskii <eliz@gnu.org>
* term/pc-win.el (x-select-text): Add a doc string.
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el
index 920ae8f2cf3..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, 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)