# HG changeset patch # User Richard M. Stallman # Date 797791899 0 # Node ID a5b136d16356fc261f7d4cbb056dc555030d1609 # Parent 764094d0393853cd8a7300198f6cbeee9ee799e5 (Fx_color_defined_p): Doc fix. diff -r 764094d03938 -r a5b136d16356 src/xfns.c --- a/src/xfns.c Thu Apr 13 16:18:42 1995 +0000 +++ b/src/xfns.c Thu Apr 13 16:51:39 1995 +0000 @@ -3175,7 +3175,7 @@ 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;