Mercurial > emacs
diff src/xfaces.c @ 56518:b058a7674dcd
(Fcolor_supported_p): Doc fix.
| author | Luc Teirlinck <teirllm@auburn.edu> |
|---|---|
| date | Sat, 24 Jul 2004 20:54:01 +0000 |
| parents | 075ad6932e06 |
| children | d5801cbd92f5 4e92102a0172 c08afac24467 |
line wrap: on
line diff
--- a/src/xfaces.c Sat Jul 24 20:44:06 2004 +0000 +++ b/src/xfaces.c Sat Jul 24 20:54:01 2004 +0000 @@ -1544,6 +1544,7 @@ Scolor_supported_p, 1, 3, 0, doc: /* Return non-nil if COLOR can be displayed on FRAME. BACKGROUND-P non-nil means COLOR is used as a background. +Otherwise, this function tells whether it can be used as a foreground. If FRAME is nil or omitted, use the selected frame. COLOR must be a valid color name. */) (color, frame, background_p)
