aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-13 19:35:08 +0000
committerRichard M. Stallman2002-09-13 19:35:08 +0000
commit2e1bb1c32d19593833b581a78f46c5823e4a1bcb (patch)
tree224b89771a0a260276d904f60e6b42cc080dd8f3 /src
parent3f1045d53f473c7c96cc97e2473b1276b46f3b9e (diff)
downloademacs-2e1bb1c32d19593833b581a78f46c5823e4a1bcb.tar.gz
emacs-2e1bb1c32d19593833b581a78f46c5823e4a1bcb.zip
(Fcolor_supported_p): Just one arg is required.
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 83e0efcc656..e8a878d8123 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -1574,7 +1574,7 @@ If FRAME is nil or omitted, use the selected frame. */)
1574 1574
1575 1575
1576DEFUN ("color-supported-p", Fcolor_supported_p, 1576DEFUN ("color-supported-p", Fcolor_supported_p,
1577 Scolor_supported_p, 2, 3, 0, 1577 Scolor_supported_p, 1, 3, 0,
1578 doc: /* Return non-nil if COLOR can be displayed on FRAME. 1578 doc: /* Return non-nil if COLOR can be displayed on FRAME.
1579BACKGROUND-P non-nil means COLOR is used as a background. 1579BACKGROUND-P non-nil means COLOR is used as a background.
1580If FRAME is nil or omitted, use the selected frame. 1580If FRAME is nil or omitted, use the selected frame.