aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/url.texi
diff options
context:
space:
mode:
authorChong Yidong2010-05-03 18:01:23 -0400
committerChong Yidong2010-05-03 18:01:23 -0400
commitda0bbbc4e336566be28cc99dce4b155d4a9a194f (patch)
treeb8acdd7660e1ce746fdec7dc0c73fc87564f5c29 /doc/misc/url.texi
parentf034e1762ba3824627494e479a47189ec62db6d1 (diff)
downloademacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.tar.gz
emacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.zip
Fix typos (Bug#6094). From Štěpán Němec.
Diffstat (limited to 'doc/misc/url.texi')
-rw-r--r--doc/misc/url.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/url.texi b/doc/misc/url.texi
index c9c0d320ac2..ea7f3211f52 100644
--- a/doc/misc/url.texi
+++ b/doc/misc/url.texi
@@ -313,7 +313,7 @@ encoding of documents which servers may honor. For each of these
313variables, the value is a string; it can specify a single choice, or 313variables, the value is a string; it can specify a single choice, or
314it can be a comma-separated list. 314it can be a comma-separated list.
315 315
316Normally this list ordered by descending preference. However, each 316Normally, this list is ordered by descending preference. However, each
317element can be followed by @samp{;q=@var{priority}} to specify its 317element can be followed by @samp{;q=@var{priority}} to specify its
318preference level, a decimal number from 0 to 1; e.g., for 318preference level, a decimal number from 0 to 1; e.g., for
319@code{url-mime-language-string}, @w{@code{"de, en-gb;q=0.8, 319@code{url-mime-language-string}, @w{@code{"de, en-gb;q=0.8,
@@ -1120,11 +1120,11 @@ general operation of the package.
1120 1120
1121@defopt url-debug 1121@defopt url-debug
1122@cindex debugging 1122@cindex debugging
1123Specifies the types of debug messages the library which are logged to 1123Specifies the types of debug messages which are logged to
1124the @code{*URL-DEBUG*} buffer. 1124the @code{*URL-DEBUG*} buffer.
1125@code{t} means log all messages. 1125@code{t} means log all messages.
1126A number means log all messages and show them with @code{message}. 1126A number means log all messages and show them with @code{message}.
1127If may also be a list of the types of messages to be logged. 1127It may also be a list of the types of messages to be logged.
1128@end defopt 1128@end defopt
1129@defopt url-personal-mail-address 1129@defopt url-personal-mail-address
1130@end defopt 1130@end defopt