comparison doc/misc/url.texi @ 96451:2f876106ada2

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Tue, 01 Jul 2008 02:58:36 +0000
parents 0080e1e64a78
children 6de181810d0f
comparison
equal deleted inserted replaced
96450:0ffb6a9de2ca 96451:2f876106ada2
250 443. This scheme depends on SSL support in Emacs via the 250 443. This scheme depends on SSL support in Emacs via the
251 @file{ssl.el} library and is actually implemented by forcing the 251 @file{ssl.el} library and is actually implemented by forcing the
252 @code{ssl} gateway method to be used. @xref{Gateways in general}. 252 @code{ssl} gateway method to be used. @xref{Gateways in general}.
253 253
254 @defopt url-honor-refresh-requests 254 @defopt url-honor-refresh-requests
255 This controls honouring of HTTP @samp{Refresh} headers by which 255 This controls honoring of HTTP @samp{Refresh} headers by which
256 servers can direct clients to reload documents from the same URL or a 256 servers can direct clients to reload documents from the same URL or a
257 or different one. @code{nil} means they will not be honoured, 257 or different one. @code{nil} means they will not be honored,
258 @code{t} (the default) means they will always be honoured, and 258 @code{t} (the default) means they will always be honored, and
259 otherwise the user will be asked on each request. 259 otherwise the user will be asked on each request.
260 @end defopt 260 @end defopt
261 261
262 262
263 @menu 263 @menu
303 303
304 @node HTTP language/coding 304 @node HTTP language/coding
305 @subsection Language and Encoding Preferences 305 @subsection Language and Encoding Preferences
306 306
307 HTTP allows clients to express preferences for the language and 307 HTTP allows clients to express preferences for the language and
308 encoding of documents which servers may honour. For each of these 308 encoding of documents which servers may honor. For each of these
309 variables, the value is a string; it can specify a single choice, or 309 variables, the value is a string; it can specify a single choice, or
310 it can be a comma-separated list. 310 it can be a comma-separated list.
311 311
312 Normally this list ordered by descending preference. However, each 312 Normally this list ordered by descending preference. However, each
313 element can be followed by @samp{;q=@var{priority}} to specify its 313 element can be followed by @samp{;q=@var{priority}} to specify its