diff options
| author | Richard M. Stallman | 2002-09-13 19:35:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-13 19:35:08 +0000 |
| commit | 2e1bb1c32d19593833b581a78f46c5823e4a1bcb (patch) | |
| tree | 224b89771a0a260276d904f60e6b42cc080dd8f3 /src | |
| parent | 3f1045d53f473c7c96cc97e2473b1276b46f3b9e (diff) | |
| download | emacs-2e1bb1c32d19593833b581a78f46c5823e4a1bcb.tar.gz emacs-2e1bb1c32d19593833b581a78f46c5823e4a1bcb.zip | |
(Fcolor_supported_p): Just one arg is required.
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. |