]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fset_fontset_font): Fix docstring.
authorKenichi Handa <handa@m17n.org>
Tue, 2 Dec 2003 01:47:02 +0000 (01:47 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 2 Dec 2003 01:47:02 +0000 (01:47 +0000)
src/fontset.c

index 777e0aaca9b11e038bd2597e1230d8e45a955f47..d3ebea58a465deef471b0f98e4adc63ab337e6d3 100644 (file)
@@ -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 ].