changeset 24589:316c00e8bc62

(x_set_font): Fix error message.
author Richard M. Stallman <rms@gnu.org>
date Thu, 08 Apr 1999 01:16:01 +0000
parents fdce161ec335
children d607db83cf72
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Thu Apr 08 00:13:14 1999 +0000
+++ b/src/xfns.c	Thu Apr 08 01:16:01 1999 +0000
@@ -1666,7 +1666,7 @@
   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);