]> code.delx.au - gnu-emacs/commitdiff
(Fx_display_color_p): Renamed from Fx_color_display_p.
authorRichard M. Stallman <rms@gnu.org>
Sat, 20 Mar 1993 09:21:13 +0000 (09:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 20 Mar 1993 09:21:13 +0000 (09:21 +0000)
(syms_of_xfns): Use new name in defsubr.

src/xfns.c

index 0699f9b299a1c9d5b612d79dbcbeef89206f442e..1f4d5751d3074e31e7ccdfe30bc242d1466feb3c 100644 (file)
@@ -2282,8 +2282,8 @@ DEFUN ("x-defined-color", Fx_defined_color, Sx_defined_color, 1, 1, 0,
     return Qnil;
 }
 
-DEFUN ("x-color-display-p", Fx_color_display_p, Sx_color_display_p, 0, 0, 0,
-  "Return t if the X display used currently supports color.")
+DEFUN ("x-display-color-p", Fx_display_color_p, Sx_display_color_p, 0, 0, 0,
+  "Return t if the X screen currently in use supports color.")
   ()
 {
   if (x_screen_planes <= 2)
@@ -3936,7 +3936,7 @@ syms_of_xfns ()
   defsubr (&Sx_contour_region);
   defsubr (&Sx_uncontour_region);
 #endif
-  defsubr (&Sx_color_display_p);
+  defsubr (&Sx_display_color_p);
   defsubr (&Sx_defined_color);
   defsubr (&Sx_server_vendor);
   defsubr (&Sx_server_version);