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 | |
| 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')
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/cl.texi | 2 | ||||
| -rw-r--r-- | doc/misc/message.texi | 4 | ||||
| -rw-r--r-- | doc/misc/url.texi | 6 |
4 files changed, 12 insertions, 6 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 89c24185949..eac91977f31 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * url.texi (HTTP language/coding, Customization): | ||
| 4 | * message.texi (Header Commands, Responses): | ||
| 5 | * cl.texi (Argument Lists): Fix typos. | ||
| 6 | |||
| 1 | 2010-04-18 Chong Yidong <cyd@stupidchicken.com> | 7 | 2010-04-18 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * ede.texi (EDE Mode): Refer to init file rather than `.emacs'. Note | 9 | * ede.texi (EDE Mode): Refer to init file rather than `.emacs'. Note |
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 84f9b67b938..39561341b0d 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi | |||
| @@ -356,7 +356,7 @@ is defined is automatically proclaimed @code{inline}, i.e., | |||
| 356 | calls to it may be expanded into in-line code by the byte compiler. | 356 | calls to it may be expanded into in-line code by the byte compiler. |
| 357 | This is analogous to the @code{defsubst} form; | 357 | This is analogous to the @code{defsubst} form; |
| 358 | @code{defsubst*} uses a different method (compiler macros) which | 358 | @code{defsubst*} uses a different method (compiler macros) which |
| 359 | works in all version of Emacs, and also generates somewhat more | 359 | works in all versions of Emacs, and also generates somewhat more |
| 360 | efficient inline expansions. In particular, @code{defsubst*} | 360 | efficient inline expansions. In particular, @code{defsubst*} |
| 361 | arranges for the processing of keyword arguments, default values, | 361 | arranges for the processing of keyword arguments, default values, |
| 362 | etc., to be done at compile-time whenever possible. | 362 | etc., to be done at compile-time whenever possible. |
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 6f509b5ed5d..1667c5ca503 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -659,7 +659,7 @@ address from @code{To:} and @code{Cc:} headers. | |||
| 659 | @findex message-insert-disposition-notification-to | 659 | @findex message-insert-disposition-notification-to |
| 660 | Insert a request for a disposition | 660 | Insert a request for a disposition |
| 661 | notification. (@code{message-insert-disposition-notification-to}). | 661 | notification. (@code{message-insert-disposition-notification-to}). |
| 662 | This means that if the recipient support RFC 2298 she might send you a | 662 | This means that if the recipient supports RFC 2298 she might send you a |
| 663 | notification that she received the message. | 663 | notification that she received the message. |
| 664 | 664 | ||
| 665 | @item M-x message-insert-importance-high | 665 | @item M-x message-insert-importance-high |
| @@ -2387,7 +2387,7 @@ consulted, in turn: | |||
| 2387 | 2387 | ||
| 2388 | @item wide reply | 2388 | @item wide reply |
| 2389 | A @dfn{wide reply} is a mail response that includes @emph{all} entities | 2389 | A @dfn{wide reply} is a mail response that includes @emph{all} entities |
| 2390 | mentioned in the message you are responded to. All mailboxes from the | 2390 | mentioned in the message you are responding to. All mailboxes from the |
| 2391 | following headers will be concatenated to form the outgoing | 2391 | following headers will be concatenated to form the outgoing |
| 2392 | @code{To}/@code{Cc} headers: | 2392 | @code{To}/@code{Cc} headers: |
| 2393 | 2393 | ||
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 |