diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-23 13:40:46 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-23 13:40:46 -0700 |
commit | 6f748f70b6c96f5dc7b0a80a3fcead98be5152cb (patch) | |
tree | 3ef1538ef0e5250bc485b7398032ea9b78647cb2 /lisp/term/x-win.el | |
parent | 7aa93795cbf073ff3b4a20639ff2a4e34d9716e5 (diff) | |
download | emacs-6f748f70b6c96f5dc7b0a80a3fcead98be5152cb.tar.gz |
Make all 3 copies of x-select-enable-clipboard have the same doc.
* lisp/term/pc-win.el (x-select-enable-clipboard):
* lisp/term/x-win.el (x-select-enable-clipboard):
* lisp/w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
Diffstat (limited to 'lisp/term/x-win.el')
-rw-r--r-- | lisp/term/x-win.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 1950bef19be..5f5336ab2bf 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1208,7 +1208,11 @@ pasted text.") (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. + +Note that MS-Windows does not support selection types other than the +clipboard. \(The primary selection that is set by Emacs is not +accessible to other programs on MS-Windows.\)" :type 'boolean :group 'killing :version "24.1") @@ -1640,5 +1644,4 @@ This uses `icon-map-list' to map icon file names to stock icon names." (provide 'x-win) -;; arch-tag: f1501302-db8b-4d95-88e3-116697d89f78 ;;; x-win.el ends here |