]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fontsets): Don't mention generic characters.
authorEli Zaretskii <eliz@gnu.org>
Tue, 14 Oct 2008 12:46:40 +0000 (12:46 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 14 Oct 2008 12:46:40 +0000 (12:46 +0000)
doc/lispref/display.texi

index 01e869234fbe41427ca280127ee0bb9dfec5a1ab..a8e8e531e306781d404bb62d0293d6fb5562bb2e 100644 (file)
@@ -2907,7 +2907,7 @@ If @var{name} is @code{nil}, this function modifies the default
 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).