changeset 74190:c1d05e32a15a

(create-fontset-from-fontset-spec): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 25 Nov 2006 18:58:23 +0000
parents affcf7c0ac19
children c155da9f72bb
files lisp/international/fontset.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/fontset.el	Sat Nov 25 18:28:40 2006 +0000
+++ b/lisp/international/fontset.el	Sat Nov 25 18:58:23 2006 +0000
@@ -518,11 +518,10 @@
 					 &optional style-variant noerror)
   "Create a fontset from fontset specification string FONTSET-SPEC.
 FONTSET-SPEC is a string of the format:
-	FONTSET-NAME,CHARSET-NAME0:FONT-NAME0,CHARSET-NAME1:FONT-NAME1, ...
+	FONTSET-NAME,CHARSET0:FONT0,CHARSET1:FONT1, ...
 Any number of SPACE, TAB, and NEWLINE can be put before and after commas.
 
-Optional 2nd argument is ignored.  It exists just for backward
-compatibility.
+Optional 2nd arg exists just for backward compatibility, and is ignored.
 
 If this function attempts to create already existing fontset, error is
 signaled unless the optional 3rd argument NOERROR is non-nil.