diff options
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index e62a5b34f04..70f8644130d 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3175,7 +3175,7 @@ even if they match PATTERN and FACE.") | |||
| 3175 | 3175 | ||
| 3176 | 3176 | ||
| 3177 | DEFUN ("x-color-defined-p", Fx_color_defined_p, Sx_color_defined_p, 1, 2, 0, | 3177 | DEFUN ("x-color-defined-p", Fx_color_defined_p, Sx_color_defined_p, 1, 2, 0, |
| 3178 | "Return non-nil color COLOR is supported on frame FRAME.\n\ | 3178 | "Return non-nil if color COLOR is supported on frame FRAME.\n\ |
| 3179 | If FRAME is omitted or nil, use the selected frame.") | 3179 | If FRAME is omitted or nil, use the selected frame.") |
| 3180 | (color, frame) | 3180 | (color, frame) |
| 3181 | Lisp_Object color, frame; | 3181 | Lisp_Object color, frame; |