mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 09:20:54 -08:00
(Fcolor_supported_p): Doc fix.
This commit is contained in:
parent
e4ed805e9d
commit
fc820cc540
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* xfaces.c (Fcolor_supported_p): Doc fix.
|
||||
|
||||
* frame.c (Fselect_frame, Fset_frame_selected_window)
|
||||
(Fframe_visible_p, Fraise_frame): Doc fixes.
|
||||
|
||||
2004-07-24 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* xfns.c (x_icon_verify): New function.
|
||||
|
|
|
|||
|
|
@ -1544,6 +1544,7 @@ DEFUN ("color-supported-p", Fcolor_supported_p,
|
|||
Scolor_supported_p, 1, 3, 0,
|
||||
doc: /* Return non-nil if COLOR can be displayed on FRAME.
|
||||
BACKGROUND-P non-nil means COLOR is used as a background.
|
||||
Otherwise, this function tells whether it can be used as a foreground.
|
||||
If FRAME is nil or omitted, use the selected frame.
|
||||
COLOR must be a valid color name. */)
|
||||
(color, frame, background_p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue