(x_set_font): Fix error message.
authorRichard M. Stallman <rms@gnu.org>
Thu, 8 Apr 1999 01:16:01 +0000 (01:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 8 Apr 1999 01:16:01 +0000 (01:16 +0000)
src/xfns.c

index d7097e0..d8a7841 100644 (file)
@@ -1666,7 +1666,7 @@ x_set_font (f, arg, oldval)
   if (EQ (result, Qnil))
     error ("Font `%s' is not defined", XSTRING (arg)->data);
   else if (EQ (result, Qt))
-    error ("the characters of the given font have varying widths");
+    error ("The characters of the given font have varying widths");
   else if (STRINGP (result))
     {
       recompute_basic_faces (f);