aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
diff options
context:
space:
mode:
authorStephen Leake2019-04-11 14:00:02 -0700
committerStephen Leake2019-04-11 14:00:02 -0700
commit7ba7def5caf7ec9d9bebffff489f0a658229fbda (patch)
treee0cfcb59937ca0528fb81769d7d48a904a91f5dc /src/fontset.c
parent7768581172e11be52b1fcd8224f4594e126bbdb7 (diff)
parentde238b39e335c6814283faa171b35145f124edf2 (diff)
downloademacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.tar.gz
emacs-7ba7def5caf7ec9d9bebffff489f0a658229fbda.zip
Merge commit 'de238b39e335c6814283faa171b35145f124edf2'
Diffstat (limited to 'src/fontset.c')
-rw-r--r--src/fontset.c2
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
1445TARGET may be a single character to use FONT-SPEC for. 1445TARGET may be a single character to use FONT-SPEC for.
1446 1446
1447Target may be a cons (FROM . TO), where FROM and TO are characters. 1447TARGET may be a cons (FROM . TO), where FROM and TO are characters.
1448In that case, use FONT-SPEC for all the characters in the range 1448In that case, use FONT-SPEC for all the characters in the range
1449between FROM and TO (inclusive). 1449between FROM and TO (inclusive).
1450 1450