diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 2 |
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 | ||
| 1576 | DEFUN ("color-supported-p", Fcolor_supported_p, | 1576 | DEFUN ("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. |
| 1579 | BACKGROUND-P non-nil means COLOR is used as a background. | 1579 | BACKGROUND-P non-nil means COLOR is used as a background. |
| 1580 | If FRAME is nil or omitted, use the selected frame. | 1580 | If FRAME is nil or omitted, use the selected frame. |