]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-colors, x-select-enable-clipboard): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 24 Jul 2009 16:18:55 +0000 (16:18 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 24 Jul 2009 16:18:55 +0000 (16:18 +0000)
lisp/term/common-win.el
lisp/term/ns-win.el
lisp/term/pc-win.el
lisp/term/x-win.el

index 4858e47d0ecf93d0d2ed29645fa113677003ed0b..abf3afd1554919f0a04782ebc1b17938713521a0 100644 (file)
@@ -287,7 +287,7 @@ This function returns ARGS minus the arguments that have been processed."
     "cyan" "medium spring green" "spring green" "green" "lawn green" "chartreuse"
     "yellow" "gold" "orange" "dark orange" "orange red" "red" "white" "white smoke"
     "gainsboro" "light grey" "gray" "dark grey" "dim gray" "black" )
-  "List of available colors for graphical frames.
+  "List of basic colors available on color displays.
 For X, the list comes from the `rgb.txt' file,v 10.41 94/02/20.
 For Nextstep, this is a list of non-PANTONE colors returned by
 the operating system.")
index bca350311cd579b5e3bfcf712b71b82066d14225..bf8b00123f5fad42fdbe0e89173418367c790372 100644 (file)
@@ -1126,7 +1126,7 @@ On Nextstep, put TEXT in the pasteboard; PUSH is ignored."
 (declare-function ns-list-colors "nsfns.m" (&optional frame))
 
 (defvar x-colors (ns-list-colors)
-  "List of available colors for graphical frames.
+  "List of basic colors available on color displays.
 For X, the list comes from the `rgb.txt' file,v 10.41 94/02/20.
 For Nextstep, this is a list of non-PANTONE colors returned by
 the operating system.")
index 4f4cb568a3e11fe72dbb28ad2d30d3a06683e524..39bf5f1725410bddf1fd962993bc0c6d2ffb6e78 100644 (file)
@@ -185,7 +185,7 @@ created."
 On X, the display name of individual X frames is recorded in the
 `display' frame parameter.")
 (defvar x-colors (mapcar 'car msdos-color-values)
-  "List of available colors for graphical frames.
+  "List of basic colors available on color displays.
 For X, the list comes from the `rgb.txt' file,v 10.41 94/02/20.
 For Nextstep, this is a list of non-PANTONE colors returned by
 the operating system.")
@@ -201,7 +201,11 @@ the operating system.")
 
 (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)
 
index 5443b81f0bd2cf87ecf539d27ec4da5add58ddb0..17c0f3aef93293bec4c6bc698969f49f2b6da88b 100644 (file)
@@ -1239,7 +1239,11 @@ It is said that overlarge strings are slow to put into the cut buffer.")
 
 (defcustom x-select-enable-clipboard nil
   "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)