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/w32-vars.el | |
parent | 7aa93795cbf073ff3b4a20639ff2a4e34d9716e5 (diff) | |
download | emacs-6f748f70b6c96f5dc7b0a80a3fcead98be5152cb.tar.gz emacs-6f748f70b6c96f5dc7b0a80a3fcead98be5152cb.tar.bz2 emacs-6f748f70b6c96f5dc7b0a80a3fcead98be5152cb.zip |
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/w32-vars.el')
-rw-r--r-- | lisp/w32-vars.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index 91676dd12da..0a6e79275a8 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -152,13 +152,12 @@ menu if the variable `w32-use-w32-font-dialog' is nil." "Non-nil means cutting and pasting uses the clipboard. 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.\)" +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) (provide 'w32-vars) -;; arch-tag: ee2394fb-9db7-4c15-a8f0-66b47f4a2bb1 ;;; w32-vars.el ends here |