From e207bc6ec649902818759c8a294833fc89dbc9aa Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 13 Apr 1995 16:51:39 +0000 Subject: [PATCH] (Fx_color_defined_p): Doc fix. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") 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; -- 2.39.5