aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fontset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c
index fbf3e09bf0b..d748c7ef92e 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -979,7 +979,7 @@ DEFUN ("set-fontset-font", Fset_fontset_font, Sset_fontset_font, 3, 4, 0,
979CHARACTER may be a cons; (FROM . TO), where FROM and TO are 979CHARACTER may be a cons; (FROM . TO), where FROM and TO are
980non-generic characters. In that case, use FONTNAME 980non-generic characters. In that case, use FONTNAME
981for all characters in the range FROM and TO (inclusive). 981for all characters in the range FROM and TO (inclusive).
982CHARACTER may be a charset. In that case, use FONTNAME 982CHARACTER may be a charset. In that case, use FONTNAME
983for all character in the charsets. 983for all character in the charsets.
984 984
985FONTNAME may be a cons; (FAMILY . REGISTRY), where FAMILY is a family 985FONTNAME may be a cons; (FAMILY . REGISTRY), where FAMILY is a family