1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00

(Fx_color_defined_p): Doc fix.

This commit is contained in:
Richard M. Stallman 1995-04-13 16:51:39 +00:00
parent 58a752c5e2
commit e207bc6ec6

View file

@ -3175,7 +3175,7 @@ even if they match PATTERN and FACE.")
DEFUN ("x-color-defined-p", Fx_color_defined_p, Sx_color_defined_p, 1, 2, 0,
"Return non-nil color COLOR is supported on frame FRAME.\n\
"Return non-nil if color COLOR is supported on frame FRAME.\n\
If FRAME is omitted or nil, use the selected frame.")
(color, frame)
Lisp_Object color, frame;