mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
(Fx_color_defined_p): Doc fix.
This commit is contained in:
parent
58a752c5e2
commit
e207bc6ec6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue