comparison man/xresources.texi @ 72101:c7e4f78b81a6

Move periods and commas inside quotes.
author Richard M. Stallman <rms@gnu.org>
date Mon, 24 Jul 2006 17:48:06 +0000
parents b703396a9586
children 51459eadddf2
comparison
equal deleted inserted replaced
72100:aba5975bd656 72101:c7e4f78b81a6
949 An RGB triplet looks like @code{@{ @var{r}, @var{g}, @var{b} @}}, 949 An RGB triplet looks like @code{@{ @var{r}, @var{g}, @var{b} @}},
950 where @var{r}, @var{g} and @var{b} are either integers in the range 950 where @var{r}, @var{g} and @var{b} are either integers in the range
951 0-65535 or floats in the range 0.0-1.0. 951 0-65535 or floats in the range 0.0-1.0.
952 952
953 Pango font names have the form ``@var{family-list} @var{style-options} 953 Pango font names have the form ``@var{family-list} @var{style-options}
954 @var{size}''. 954 @var{size}.''
955 @cindex Pango font name 955 @cindex Pango font name
956 @noindent 956 @noindent
957 @var{family-list} is a comma separated list of font families optionally 957 @var{family-list} is a comma separated list of font families optionally
958 terminated by a comma. This way you can specify several families and the 958 terminated by a comma. This way you can specify several families and the
959 first one found will be used. @var{family} corresponds to the second part in 959 first one found will be used. @var{family} corresponds to the second part in
962 @smallexample 962 @smallexample
963 -adobe-times-medium-r-normal--12-120-75-75-p-64-iso10646-1 963 -adobe-times-medium-r-normal--12-120-75-75-p-64-iso10646-1
964 @end smallexample 964 @end smallexample
965 965
966 @noindent 966 @noindent
967 the family name is ``times''. 967 the family name is ``times.''
968 968
969 @noindent 969 @noindent
970 @var{style-options} is a whitespace separated list of words where each word 970 @var{style-options} is a whitespace separated list of words where each word
971 is a style, variant, weight, or stretch. The default value for all of 971 is a style, variant, weight, or stretch. The default value for all of
972 these is @code{normal}. 972 these is @code{normal}.