diff src/w32fns.c @ 30601:7c995a54a0e8

Replace `illegal' with `invalid'.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 05 Aug 2000 15:47:13 +0000
parents 6a55bd8a85f8
children 9feda85db5d6
line wrap: on
line diff
--- a/src/w32fns.c	Sat Aug 05 08:25:09 2000 +0000
+++ b/src/w32fns.c	Sat Aug 05 15:47:13 2000 +0000
@@ -1939,7 +1939,7 @@
   else if (NATNUMP (new_value))
     f->extra_line_spacing = XFASTINT (new_value);
   else
-    Fsignal (Qerror, Fcons (build_string ("Illegal line-spacing"),
+    Fsignal (Qerror, Fcons (build_string ("Invalid line-spacing"),
 			    Fcons (new_value, Qnil)));
   if (FRAME_VISIBLE_P (f))
     redraw_frame (f);
@@ -1960,7 +1960,7 @@
     /* The value 0.4545 is the normal viewing gamma.  */
     f->gamma = 1.0 / (0.4545 * XFLOATINT (new_value));
   else
-    Fsignal (Qerror, Fcons (build_string ("Illegal screen-gamma"),
+    Fsignal (Qerror, Fcons (build_string ("Invalid screen-gamma"),
 			    Fcons (new_value, Qnil)));
 
   clear_face_cache (0);