aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-04-13 16:51:39 +0000
committerRichard M. Stallman <[email protected]>1995-04-13 16:51:39 +0000
commite207bc6ec649902818759c8a294833fc89dbc9aa (patch)
tree0af83bc437324217ec547da71169b98db3714529 /src
parent58a752c5e2cfcdae81c761a8df3e9373acfc38b6 (diff)
(Fx_color_defined_p): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index e62a5b34f0..70f8644130 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;