changeset 56518:b058a7674dcd

(Fcolor_supported_p): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 24 Jul 2004 20:54:01 +0000
parents c9c9e7be868f
children f7f0ca44ab23
files src/xfaces.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)