Mercurial > emacs
comparison src/xfns.c @ 11417:a5b136d16356
(Fx_color_defined_p): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 13 Apr 1995 16:51:39 +0000 |
parents | 9e3da029f921 |
children | 089f81a81ba6 |
comparison
equal
deleted
inserted
replaced
11416:764094d03938 | 11417:a5b136d16356 |
---|---|
3173 return list; | 3173 return list; |
3174 } | 3174 } |
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; |
3182 { | 3182 { |
3183 XColor foo; | 3183 XColor foo; |