Mercurial > emacs
changeset 47277:8a4e82b00f6f
(Fset_fontset_font): Fix spacing.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 06 Sep 2002 09:03:22 +0000 |
| parents | fbe02a367006 |
| children | fc811b81d1a3 |
| files | src/fontset.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fontset.c Fri Sep 06 09:03:04 2002 +0000 +++ b/src/fontset.c Fri Sep 06 09:03:22 2002 +0000 @@ -979,7 +979,7 @@ CHARACTER may be a cons; (FROM . TO), where FROM and TO are non-generic characters. In that case, use FONTNAME for all characters in the range FROM and TO (inclusive). -CHARACTER may be a charset. In that case, use FONTNAME +CHARACTER may be a charset. In that case, use FONTNAME for all character in the charsets. FONTNAME may be a cons; (FAMILY . REGISTRY), where FAMILY is a family
