aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 01e869234fb..a8e8e531e30 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -2907,7 +2907,7 @@ If @var{name} is @code{nil}, this function modifies the default
2907fontset, whose short name is @samp{fontset-default}. 2907fontset, whose short name is @samp{fontset-default}.
2908 2908
2909@var{character} may be a cons; @code{(@var{from} . @var{to})}, where 2909@var{character} may be a cons; @code{(@var{from} . @var{to})}, where
2910@var{from} and @var{to} are non-generic characters. In that case, use 2910@var{from} and @var{to} are character codepoints. In that case, use
2911@var{fontname} for all characters in the range @var{from} and @var{to} 2911@var{fontname} for all characters in the range @var{from} and @var{to}
2912(inclusive). 2912(inclusive).
2913 2913