diff options
author | Dave Love <fx@gnu.org> | 2000-05-18 14:44:57 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-05-18 14:44:57 +0000 |
commit | 63dffd51db074c8c66f9502117794c4cc3cf41a1 (patch) | |
tree | fe322e8442a73fc52ed89b7abc2dc316197caae6 /src/fontset.c | |
parent | 06e6aef0f7bef93c42f91546c94f67b7eb5735bb (diff) | |
download | emacs-63dffd51db074c8c66f9502117794c4cc3cf41a1.tar.gz |
(Ffontset_info): ...and another.
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 79967ed36d0..ef8c2574b47 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -1233,7 +1233,7 @@ The value is a list:\n\ \(FONTSET-NAME (CHARSET-OR-RANGE FONT-SPEC OPENED ...) ...),\n\ where,\n\ FONTSET-NAME is a full name of the fontset.\n\ - CHARSET-OR-RANGE is a charset, a character (may be a generic character)\n\ + CHARSET-OR-RANGE is a charset, a character (may be a generic character)\n\ or a cons of two characters specifying the range of characters.\n\ FONT-SPEC is a fontname pattern string or a cons (FAMILY . REGISTRY),\n\ where FAMILY is a `FAMILY' field of a XLFD font name,\n\ |