]> code.delx.au - gnu-emacs/blobdiff - src/fontset.c
Another improvement of documentation of set-fontset-font
[gnu-emacs] / src / fontset.c
index 5fc92feb130b344df91a8b7c55711d393e14fc6d..f1a3e597409f588bd49195fe186391e8fb864d78 100644 (file)
@@ -1411,9 +1411,11 @@ Modify fontset NAME to use FONT-SPEC for TARGET characters.
 NAME is a fontset name string, nil for the fontset of FRAME, or t for
 the default fontset.
 
-TARGET may be a cons; (FROM . TO), where FROM and TO are characters.
-In that case, use FONT-SPEC for all characters in the range FROM and
-TO (inclusive).
+TARGET may be a single character to use FONT-SPEC for.
+
+Target may be a cons (FROM . TO), where FROM and TO are characters.
+In that case, use FONT-SPEC for all characters in the range FROM
+and TO (inclusive).
 
 TARGET may be a script name symbol.  In that case, use FONT-SPEC for
 all characters that belong to the script.