aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-13 16:51:39 +0000
committerRichard M. Stallman1995-04-13 16:51:39 +0000
commite207bc6ec649902818759c8a294833fc89dbc9aa (patch)
tree0af83bc437324217ec547da71169b98db3714529
parent58a752c5e2cfcdae81c761a8df3e9373acfc38b6 (diff)
downloademacs-e207bc6ec649902818759c8a294833fc89dbc9aa.tar.gz
emacs-e207bc6ec649902818759c8a294833fc89dbc9aa.zip
(Fx_color_defined_p): Doc fix.
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
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.")
3175 3175
3176 3176
3177DEFUN ("x-color-defined-p", Fx_color_defined_p, Sx_color_defined_p, 1, 2, 0, 3177DEFUN ("x-color-defined-p", Fx_color_defined_p, Sx_color_defined_p, 1, 2, 0,
3178 "Return non-nil color COLOR is supported on frame FRAME.\n\ 3178 "Return non-nil if color COLOR is supported on frame FRAME.\n\
3179If FRAME is omitted or nil, use the selected frame.") 3179If FRAME is omitted or nil, use the selected frame.")
3180 (color, frame) 3180 (color, frame)
3181 Lisp_Object color, frame; 3181 Lisp_Object color, frame;