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/pc-win.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/term/pc-win.el')
-rw-r--r-- | lisp/term/pc-win.el | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 93f4ea436c3..16e7e8f88f0 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el @@ -1,7 +1,7 @@ ;;; pc-win.el --- setup support for `PC windows' (whatever that is) -;; Copyright (C) 1994, 1996, 1997, 1999, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1996, 1997, 1999, 2001, 2002, 2003, 2004, 2005, +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk> ;; Maintainer: FSF @@ -203,9 +203,9 @@ the operating system.") "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) @@ -408,5 +408,4 @@ Errors out because it is not supposed to be called, ever." (provide 'pc-win) -;; arch-tag: 5cbdb455-b495-427b-95d0-e417d77d00b4 ;;; pc-win.el ends here |