changeset 27100:9a0d8503806e

(Fcolor_gray_p): Renamed from face-color-gray-p. (Fcolor_supported_p): Renamed from face-color-supported-p.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 03 Jan 2000 11:51:33 +0000
parents 530395bf70cf
children a5791b2ee668
files src/xfaces.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfaces.c	Mon Jan 03 11:30:55 2000 +0000
+++ b/src/xfaces.c	Mon Jan 03 11:51:33 2000 +0000
@@ -1251,7 +1251,7 @@
 }
 
 
-DEFUN ("face-color-gray-p", Fface_color_gray_p, Sface_color_gray_p, 1, 2, 0,
+DEFUN ("color-gray-p", Fcolor_gray_p, Scolor_gray_p, 1, 2, 0,
   "Return non-nil if COLOR is a shade of gray (or white or black).\n\
 FRAME specifies the frame and thus the display for interpreting COLOR.\n\
 If FRAME is nil or omitted, use the selected frame.")
@@ -1267,13 +1267,13 @@
 }
 
 
-DEFUN ("face-color-supported-p", Fface_color_supported_p,
-       Sface_color_supported_p, 2, 3, 0,
+DEFUN ("color-supported-p", Fcolor_supported_p,
+       Scolor_supported_p, 2, 3, 0,
   "Return non-nil if COLOR can be displayed on FRAME.\n\
 BACKGROUND-P non-nil means COLOR is used as a background.\n\
 If FRAME is nil or omitted, use the selected frame.\n\
 COLOR must be a valid color name.")
-   (frame, color, background_p)
+   (color, frame, background_p)
      Lisp_Object frame, color, background_p;
 {
   struct frame *f;