]> git.eshelyaron.com Git - emacs.git/commitdiff
(color-values): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Thu, 7 Sep 2000 14:10:09 +0000 (14:10 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 7 Sep 2000 14:10:09 +0000 (14:10 +0000)
lisp/faces.el

index 92578c73061163915ba98442485172805a77488c..942debc106e5631b345aff38740804369a939b4b 100644 (file)
@@ -1244,8 +1244,7 @@ If COLOR is the symbol `unspecified' or one of the strings
 (defun color-values (color &optional frame)
   "Return a description of the color named COLOR on frame FRAME.
 The value is a list of integer RGB values--\(RED GREEN BLUE\).
-These values appear to range from 0 to 65280 or 65535, depending
-on the system; white is \(65280 65280 65280\) or \(65535 65535 65535\).
+These values appear to range from 0 65535; white is \(65535 65535 65535\).
 If FRAME is omitted or nil, use the selected frame.
 If FRAME cannot display COLOR, the value is nil.
 If COLOR is the symbol `unspecified' or one of the strings