comparison man/xemacs/custom.texi @ 4488:6b0000935adc

Spelling fixes.
author "Ville Skyttä <scop@xemacs.org>"
date Sat, 26 Jul 2008 13:50:27 +0300
parents 761385dfa575
children 4c1a8323aa9a
comparison
equal deleted inserted replaced
4487:866b84b7c97e 4488:6b0000935adc
134 @c The package developer will register behaviors with XEmacs. Then the 134 @c The package developer will register behaviors with XEmacs. Then the
135 @c user invokes the @code{enable-behavior} and @code{disable-behavior} 135 @c user invokes the @code{enable-behavior} and @code{disable-behavior}
136 @c functions to enable or disable a given behavior. The behavior registry 136 @c functions to enable or disable a given behavior. The behavior registry
137 @c was introduced in XEmacs 21.5.6. 137 @c was introduced in XEmacs 21.5.6.
138 @c 138 @c
139 @c @defun enable-behavior behavior &optionl force 139 @c @defun enable-behavior behavior &optional force
140 @c Called interactively, prompt the user, read a behavior symbol name with 140 @c Called interactively, prompt the user, read a behavior symbol name with
141 @c completion for @var{behavior}, and take @var{force} from the prefix 141 @c completion for @var{behavior}, and take @var{force} from the prefix
142 @c argument. Then enable the behavior registered under the symbol 142 @c argument. Then enable the behavior registered under the symbol
143 @c @var{behavior}. 143 @c @var{behavior}.
144 @c 144 @c
2280 From the user's point of view, @file{fontconfig} provides a naming 2280 From the user's point of view, @file{fontconfig} provides a naming
2281 convention which is @emph{precise}, @emph{accurate}, and 2281 convention which is @emph{precise}, @emph{accurate}, and
2282 @emph{convenient}. Precision means that all properties available in the 2282 @emph{convenient}. Precision means that all properties available in the
2283 programming API can be individually specified. Accuracy means that the 2283 programming API can be individually specified. Accuracy means that the
2284 truename of the font is exactly the list of all properties specified by 2284 truename of the font is exactly the list of all properties specified by
2285 the font. Thus, the anomolies that occur with XLFDs on many servers 2285 the font. Thus, the anomalies that occur with XLFDs on many servers
2286 (including modern Linux distributions with XFree86 or X.org servers) 2286 (including modern Linux distributions with XFree86 or X.org servers)
2287 cannot occur. Convenience is subjective, of course. However, 2287 cannot occur. Convenience is subjective, of course. However,
2288 @file{fontconfig} provides a configuration system which (1) explicitly 2288 @file{fontconfig} provides a configuration system which (1) explicitly
2289 specifies the defaults and substitutions that will be made in processing 2289 specifies the defaults and substitutions that will be made in processing
2290 user queries, (2) allows the user to specify search configuration, 2290 user queries, (2) allows the user to specify search configuration,