# HG changeset patch # User Eli Zaretskii # Date 1223988400 0 # Node ID c5da883d1e8790e1cc4112fe87c1788b991430f0 # Parent 0372d3155f4389c9230a0f4b3a7f60c6003c0070 (Fontsets): Don't mention generic characters. diff -r 0372d3155f43 -r c5da883d1e87 doc/lispref/display.texi --- a/doc/lispref/display.texi Tue Oct 14 12:09:31 2008 +0000 +++ b/doc/lispref/display.texi Tue Oct 14 12:46:40 2008 +0000 @@ -2907,7 +2907,7 @@ fontset, whose short name is @samp{fontset-default}. @var{character} may be a cons; @code{(@var{from} . @var{to})}, where -@var{from} and @var{to} are non-generic characters. In that case, use +@var{from} and @var{to} are character codepoints. In that case, use @var{fontname} for all characters in the range @var{from} and @var{to} (inclusive).