From 95318a38d575948a1fa478006d69bde801eb02dd Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 2 Dec 2003 01:47:02 +0000 Subject: [PATCH] (Fset_fontset_font): Fix docstring. --- src/fontset.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/fontset.c b/src/fontset.c index 777e0aaca9b..d3ebea58a46 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -1218,10 +1218,8 @@ range FROM and TO (inclusive). CHARACTER may be a script name symbol. In that case, use FONT-SPEC for all characters that belong to the script. -CHARACTER may be a charset which has a :code-offset attribute and the -attribute value is greater than the maximum Unicode character -\(#x10FFFF). In that case, use FONT-SPEC for all characters in the -charset. +CHARACTER may be a charset. In that case, use FONT-SPEC for all +characters in the charset. FONT-SPEC may be: * A vector [ FAMILY WEIGHT SLANT WIDTH ADSTYLE REGISTRY ]. -- 2.39.5