diff options
| author | Chong Yidong | 2010-05-03 18:01:23 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-03 18:01:23 -0400 |
| commit | da0bbbc4e336566be28cc99dce4b155d4a9a194f (patch) | |
| tree | b8acdd7660e1ce746fdec7dc0c73fc87564f5c29 /doc/misc/url.texi | |
| parent | f034e1762ba3824627494e479a47189ec62db6d1 (diff) | |
| download | emacs-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.texi | 6 |
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 | |||
| 313 | variables, the value is a string; it can specify a single choice, or | 313 | variables, the value is a string; it can specify a single choice, or |
| 314 | it can be a comma-separated list. | 314 | it can be a comma-separated list. |
| 315 | 315 | ||
| 316 | Normally this list ordered by descending preference. However, each | 316 | Normally, this list is ordered by descending preference. However, each |
| 317 | element can be followed by @samp{;q=@var{priority}} to specify its | 317 | element can be followed by @samp{;q=@var{priority}} to specify its |
| 318 | preference level, a decimal number from 0 to 1; e.g., for | 318 | preference 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 |
| 1123 | Specifies the types of debug messages the library which are logged to | 1123 | Specifies the types of debug messages which are logged to |
| 1124 | the @code{*URL-DEBUG*} buffer. | 1124 | the @code{*URL-DEBUG*} buffer. |
| 1125 | @code{t} means log all messages. | 1125 | @code{t} means log all messages. |
| 1126 | A number means log all messages and show them with @code{message}. | 1126 | A number means log all messages and show them with @code{message}. |
| 1127 | If may also be a list of the types of messages to be logged. | 1127 | It 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 |