diff options
Diffstat (limited to 'src/fontset.c')
| -rw-r--r-- | src/fontset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c index 2729fae6ee9..eec1e0da4cc 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1444,7 +1444,7 @@ or t for the default fontset. | |||
| 1444 | 1444 | ||
| 1445 | TARGET may be a single character to use FONT-SPEC for. | 1445 | TARGET may be a single character to use FONT-SPEC for. |
| 1446 | 1446 | ||
| 1447 | Target may be a cons (FROM . TO), where FROM and TO are characters. | 1447 | TARGET may be a cons (FROM . TO), where FROM and TO are characters. |
| 1448 | In that case, use FONT-SPEC for all the characters in the range | 1448 | In that case, use FONT-SPEC for all the characters in the range |
| 1449 | between FROM and TO (inclusive). | 1449 | between FROM and TO (inclusive). |
| 1450 | 1450 | ||