From: Eli Zaretskii Date: Sat, 25 Jul 2009 09:18:53 +0000 (+0000) Subject: (x-select-enable-clipboard): Doc fix. X-Git-Tag: emacs-23.1~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c98fbc370d897a90d0f35d038c0f245480373be;p=emacs.git (x-select-enable-clipboard): Doc fix. --- 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 + + * w32-vars.el (x-select-enable-clipboard): Doc fix. + 2009-07-24 Eli Zaretskii * 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)