diff options
| author | Richard M. Stallman | 1999-04-08 01:16:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-04-08 01:16:01 +0000 |
| commit | 26e18ed97f1b93639c005e2539b81030db1d7c90 (patch) | |
| tree | 21b2941080d81b7f9cab54de5d75fd7dbde39828 /src | |
| parent | 68f396540f47d6cc73c486e38a1704d301d0e4af (diff) | |
| download | emacs-26e18ed97f1b93639c005e2539b81030db1d7c90.tar.gz emacs-26e18ed97f1b93639c005e2539b81030db1d7c90.zip | |
(x_set_font): Fix error message.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 1666 | if (EQ (result, Qnil)) | 1666 | if (EQ (result, Qnil)) |
| 1667 | error ("Font `%s' is not defined", XSTRING (arg)->data); | 1667 | error ("Font `%s' is not defined", XSTRING (arg)->data); |
| 1668 | else if (EQ (result, Qt)) | 1668 | else if (EQ (result, Qt)) |
| 1669 | error ("the characters of the given font have varying widths"); | 1669 | error ("The characters of the given font have varying widths"); |
| 1670 | else if (STRINGP (result)) | 1670 | else if (STRINGP (result)) |
| 1671 | { | 1671 | { |
| 1672 | recompute_basic_faces (f); | 1672 | recompute_basic_faces (f); |