diff options
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 e33ce550c36..64df09d02f4 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -1995,7 +1995,7 @@ x_set_font (f, arg, oldval) | |||
| 1995 | if (EQ (result, Qnil)) | 1995 | if (EQ (result, Qnil)) |
| 1996 | error ("Font `%s' is not defined", XSTRING (arg)->data); | 1996 | error ("Font `%s' is not defined", XSTRING (arg)->data); |
| 1997 | else if (EQ (result, Qt)) | 1997 | else if (EQ (result, Qt)) |
| 1998 | error ("The characters of the given font have varying widths"); | 1998 | error ("The default fontset can't be used for a frame font"); |
| 1999 | else if (STRINGP (result)) | 1999 | else if (STRINGP (result)) |
| 2000 | { | 2000 | { |
| 2001 | if (STRINGP (fontset_name)) | 2001 | if (STRINGP (fontset_name)) |