Mercurial > emacs
changeset 11417:a5b136d16356
(Fx_color_defined_p): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 13 Apr 1995 16:51:39 +0000 |
parents | 764094d03938 |
children | f892e7cb7f51 |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;