diff options
| author | Gerd Moellmann | 2000-09-07 14:10:09 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-07 14:10:09 +0000 |
| commit | b0285112e89d1bff14ae88e434252ade9f91febf (patch) | |
| tree | e9e248e5933e1b1e5863b2e1504636a218d0eb71 | |
| parent | 85996cfb360460b83552a99ecb1ace4a4b0a5a08 (diff) | |
| download | emacs-b0285112e89d1bff14ae88e434252ade9f91febf.tar.gz emacs-b0285112e89d1bff14ae88e434252ade9f91febf.zip | |
(color-values): Doc fix.
| -rw-r--r-- | lisp/faces.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 92578c73061..942debc106e 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -1244,8 +1244,7 @@ If COLOR is the symbol `unspecified' or one of the strings | |||
| 1244 | (defun color-values (color &optional frame) | 1244 | (defun color-values (color &optional frame) |
| 1245 | "Return a description of the color named COLOR on frame FRAME. | 1245 | "Return a description of the color named COLOR on frame FRAME. |
| 1246 | The value is a list of integer RGB values--\(RED GREEN BLUE\). | 1246 | The value is a list of integer RGB values--\(RED GREEN BLUE\). |
| 1247 | These values appear to range from 0 to 65280 or 65535, depending | 1247 | These values appear to range from 0 65535; white is \(65535 65535 65535\). |
| 1248 | on the system; white is \(65280 65280 65280\) or \(65535 65535 65535\). | ||
| 1249 | If FRAME is omitted or nil, use the selected frame. | 1248 | If FRAME is omitted or nil, use the selected frame. |
| 1250 | If FRAME cannot display COLOR, the value is nil. | 1249 | If FRAME cannot display COLOR, the value is nil. |
| 1251 | If COLOR is the symbol `unspecified' or one of the strings | 1250 | If COLOR is the symbol `unspecified' or one of the strings |