# HG changeset patch # User Juanma Barranquero # Date 1164481103 0 # Node ID c1d05e32a15a6bd8a6b5b34041719e1f6e03d51d # Parent affcf7c0ac19d8d649003da901e409e36fa9cccb (create-fontset-from-fontset-spec): Doc fix. diff -r affcf7c0ac19 -r c1d05e32a15a lisp/international/fontset.el --- 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.