aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
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
parentf034e1762ba3824627494e479a47189ec62db6d1 (diff)
downloademacs-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/ChangeLog6
-rw-r--r--doc/misc/cl.texi2
-rw-r--r--doc/misc/message.texi4
-rw-r--r--doc/misc/url.texi6
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 @@
12010-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
12010-04-18 Chong Yidong <cyd@stupidchicken.com> 72010-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.,
356calls to it may be expanded into in-line code by the byte compiler. 356calls to it may be expanded into in-line code by the byte compiler.
357This is analogous to the @code{defsubst} form; 357This 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
359works in all version of Emacs, and also generates somewhat more 359works in all versions of Emacs, and also generates somewhat more
360efficient inline expansions. In particular, @code{defsubst*} 360efficient inline expansions. In particular, @code{defsubst*}
361arranges for the processing of keyword arguments, default values, 361arranges for the processing of keyword arguments, default values,
362etc., to be done at compile-time whenever possible. 362etc., 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
660Insert a request for a disposition 660Insert a request for a disposition
661notification. (@code{message-insert-disposition-notification-to}). 661notification. (@code{message-insert-disposition-notification-to}).
662This means that if the recipient support RFC 2298 she might send you a 662This means that if the recipient supports RFC 2298 she might send you a
663notification that she received the message. 663notification 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
2389A @dfn{wide reply} is a mail response that includes @emph{all} entities 2389A @dfn{wide reply} is a mail response that includes @emph{all} entities
2390mentioned in the message you are responded to. All mailboxes from the 2390mentioned in the message you are responding to. All mailboxes from the
2391following headers will be concatenated to form the outgoing 2391following 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
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