comparison lisp/term/x-win.el @ 12443:6e284e77df03

(x-colors): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 30 Jun 1995 05:12:56 +0000
parents 562d3062b82e
children fb1b760f6636
comparison
equal deleted inserted replaced
12442:981986d7d82f 12443:6e284e77df03
484 "White" 484 "White"
485 "yellow" 485 "yellow"
486 "Yellow" 486 "Yellow"
487 "green yellow" 487 "green yellow"
488 "GreenYellow") 488 "GreenYellow")
489 "The full list of X colors from the `rgb.text' file.") 489 "The list of X colors from the `rgb.txt' file.")
490 490
491 (defun x-defined-colors (&optional frame) 491 (defun x-defined-colors (&optional frame)
492 "Return a list of colors supported for a particular frame. 492 "Return a list of colors supported for a particular frame.
493 The argument FRAME specifies which frame to try. 493 The argument FRAME specifies which frame to try.
494 The value may be different for frames on different X displays." 494 The value may be different for frames on different X displays."