From: Richard M. Stallman Date: Thu, 13 Apr 1995 16:51:39 +0000 (+0000) Subject: (Fx_color_defined_p): Doc fix. X-Git-Tag: emacs-19.34~4441 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e207bc6ec649902818759c8a294833fc89dbc9aa;p=emacs.git (Fx_color_defined_p): Doc fix. --- 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;