comparison doc/lispref/display.texi @ 98709:c5da883d1e87

(Fontsets): Don't mention generic characters.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 14 Oct 2008 12:46:40 +0000
parents 559b4f23d84b
children 8860f1bf41c3
comparison
equal deleted inserted replaced
98708:0372d3155f43 98709:c5da883d1e87
2905 2905
2906 If @var{name} is @code{nil}, this function modifies the default 2906 If @var{name} is @code{nil}, this function modifies the default
2907 fontset, whose short name is @samp{fontset-default}. 2907 fontset, 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
2914 @var{character} may be a charset. In that case, use 2914 @var{character} may be a charset. In that case, use
2915 @var{fontname} for all character in the charsets. 2915 @var{fontname} for all character in the charsets.