From: Richard M. Stallman Date: Thu, 8 Apr 1999 01:16:01 +0000 (+0000) Subject: (x_set_font): Fix error message. X-Git-Tag: emacs-20.4~360 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26e18ed97f1b93639c005e2539b81030db1d7c90;p=emacs.git (x_set_font): Fix error message. --- diff --git a/src/xfns.c b/src/xfns.c index d7097e06a10..d8a7841c606 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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);