Skip to content

Commit

Permalink
(x-select-enable-clipboard): Doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Zaretskii committed Jul 25, 2009
1 parent 286a6a4 commit 0564674
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lisp/w32-vars.el
Expand Up @@ -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)

Expand Down

0 comments on commit 0564674

Please sign in to comment.