]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_color_defined_p): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 13 Apr 1995 16:51:39 +0000 (16:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 13 Apr 1995 16:51:39 +0000 (16:51 +0000)
src/xfns.c

index e62a5b34f04ed6bad1e44c07406803bb7f40b8d5..70f8644130d9ac9c37c611a09fcabb02abe1d301 100644 (file)
@@ -3175,7 +3175,7 @@ even if they match PATTERN and FACE.")
 
 \f
 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;