comparison doc/lispref/display.texi @ 95553:9145bbb09578

(Fontsets): Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 05 Jun 2008 01:25:58 +0000
parents 328f63bafded
children 6d9c4248a579
comparison
equal deleted inserted replaced
95552:6eb329b567fa 95553:9145bbb09578
2791 @defun create-fontset-from-fontset-spec fontset-spec &optional style-variant-p noerror 2791 @defun create-fontset-from-fontset-spec fontset-spec &optional style-variant-p noerror
2792 This function defines a new fontset according to the specification 2792 This function defines a new fontset according to the specification
2793 string @var{fontset-spec}. The string should have this format: 2793 string @var{fontset-spec}. The string should have this format:
2794 2794
2795 @smallexample 2795 @smallexample
2796 @var{fontpattern}, @r{[}@var{charsetname}:@var{fontname}@r{]@dots{}} 2796 @var{fontpattern}, @r{[}@var{charset}:@var{font}@r{]@dots{}}
2797 @end smallexample 2797 @end smallexample
2798 2798
2799 @noindent 2799 @noindent
2800 Whitespace characters before and after the commas are ignored. 2800 Whitespace characters before and after the commas are ignored.
2801 2801