aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog15
-rw-r--r--doc/misc/auth.texi2
-rw-r--r--doc/misc/calc.texi30
-rw-r--r--doc/misc/cc-mode.texi6
-rw-r--r--doc/misc/dbus.texi4
-rw-r--r--doc/misc/ebrowse.texi2
-rw-r--r--doc/misc/ede.texi8
-rw-r--r--doc/misc/emacs-mime.texi2
-rw-r--r--doc/misc/eshell.texi2
-rw-r--r--doc/misc/gnus-faq.texi18
-rw-r--r--doc/misc/gnus.texi16
-rw-r--r--doc/misc/idlwave.texi6
-rw-r--r--doc/misc/message.texi2
-rw-r--r--doc/misc/org.texi8
-rw-r--r--doc/misc/rcirc.texi10
-rw-r--r--doc/misc/semantic.texi2
-rw-r--r--doc/misc/tramp.texi6
17 files changed, 77 insertions, 62 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index f94153479a8..3b0e5251d5e 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,18 @@
12011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 * gnus.texi (Mail Source Customization, Mail Back End Variables):
4 Use octal notation for file permissions, which are normally
5 thought of in octal.
6 (Mail Back End Variables): Use more-plausible modes in example.
7
82011-12-20 Alan Mackenzie <acm@muc.de>
9
10 * cc-mode.texi: Update version string 5.31 -> 5.32.
11
122011-12-06 Juanma Barranquero <lekktu@gmail.com>
13
14 * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
15
12011-11-24 Glenn Morris <rgm@gnu.org> 162011-11-24 Glenn Morris <rgm@gnu.org>
2 17
3 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS". 18 * gnus.texi, smtpmail.texi: Fix case of "GnuTLS".
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index b64562f6875..60bb6e7cdac 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -281,7 +281,7 @@ for any of the prompts.
281Note that the password needs to be evaluated if it's a function. It's 281Note that the password needs to be evaluated if it's a function. It's
282wrapped in a function to provide some security. 282wrapped in a function to provide some security.
283 283
284Later, after a successful login, @code{nnimal.el} calls the 284Later, after a successful login, @code{nnimap.el} calls the
285@code{:save-function} like so: 285@code{:save-function} like so:
286 286
287@example 287@example
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index 32311ff5c3e..d0c15c1940e 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -12878,7 +12878,7 @@ To declare specifically that @code{x} is real and non-zero,
12878use @samp{[[-inf .. 0), (0 .. inf]]}. (There is no way in the 12878use @samp{[[-inf .. 0), (0 .. inf]]}. (There is no way in the
12879current notation to say that @code{x} is nonzero but not necessarily 12879current notation to say that @code{x} is nonzero but not necessarily
12880real.) The @kbd{a e} command does ``unsafe'' simplifications, 12880real.) The @kbd{a e} command does ``unsafe'' simplifications,
12881including cancelling @samp{x} from the equation when @samp{x} is 12881including canceling @samp{x} from the equation when @samp{x} is
12882not known to be nonzero. 12882not known to be nonzero.
12883 12883
12884Another set of type symbols distinguish between scalars and vectors. 12884Another set of type symbols distinguish between scalars and vectors.
@@ -16873,7 +16873,7 @@ The @kbd{t U} (@code{calc-unix-time}) [@code{unixtime}] command
16873converts a date form into a Unix time value, which is the number of 16873converts a date form into a Unix time value, which is the number of
16874seconds since midnight on Jan 1, 1970, or vice-versa. The numeric result 16874seconds since midnight on Jan 1, 1970, or vice-versa. The numeric result
16875will be an integer if the current precision is 12 or less; for higher 16875will be an integer if the current precision is 12 or less; for higher
16876precisions, the result may be a float with (@var{precision}@minus{}12) 16876precision, the result may be a float with (@var{precision}@minus{}12)
16877digits after the decimal. Just as for @kbd{t J}, the numeric time 16877digits after the decimal. Just as for @kbd{t J}, the numeric time
16878is interpreted in the GMT time zone and the date form is interpreted 16878is interpreted in the GMT time zone and the date form is interpreted
16879in the current or specified zone. Some systems use Unix-like 16879in the current or specified zone. Some systems use Unix-like
@@ -16943,7 +16943,7 @@ from a date form as an integer in the range 0 to 59.
16943The @kbd{M-6 t P} [@code{second}] function extracts the second 16943The @kbd{M-6 t P} [@code{second}] function extracts the second
16944from a date form. If the current precision is 12 or less, 16944from a date form. If the current precision is 12 or less,
16945the result is an integer in the range 0 to 59. For higher 16945the result is an integer in the range 0 to 59. For higher
16946precisions, the result may instead be a floating-point number. 16946precision, the result may instead be a floating-point number.
16947 16947
16948@tindex weekday 16948@tindex weekday
16949The @kbd{M-7 t P} [@code{weekday}] function extracts the weekday 16949The @kbd{M-7 t P} [@code{weekday}] function extracts the weekday
@@ -18499,7 +18499,7 @@ counterparts, which are also available separately as @code{calc-sech}
18499Calc can compute a variety of less common functions that arise in 18499Calc can compute a variety of less common functions that arise in
18500various branches of mathematics. All of the functions described in 18500various branches of mathematics. All of the functions described in
18501this section allow arbitrary complex arguments and, except as noted, 18501this section allow arbitrary complex arguments and, except as noted,
18502will work to arbitrarily large precisions. They can not at present 18502will work to arbitrarily large precision. They can not at present
18503handle error forms or intervals as arguments. 18503handle error forms or intervals as arguments.
18504 18504
18505NOTE: These functions are still experimental. In particular, their 18505NOTE: These functions are still experimental. In particular, their
@@ -21903,7 +21903,7 @@ of our sample formula by selecting it and pressing @kbd{n}
21903@end smallexample 21903@end smallexample
21904 21904
21905Unselecting the sub-formula reveals that the minus sign, which would 21905Unselecting the sub-formula reveals that the minus sign, which would
21906normally have cancelled out with the subtraction automatically, has 21906normally have canceled out with the subtraction automatically, has
21907not been able to do so because the subtraction was not part of the 21907not been able to do so because the subtraction was not part of the
21908selected portion. Pressing @kbd{=} (@code{calc-evaluate}) or doing 21908selected portion. Pressing @kbd{=} (@code{calc-evaluate}) or doing
21909any other mathematical operation on the whole formula will cause it 21909any other mathematical operation on the whole formula will cause it
@@ -22590,7 +22590,7 @@ described for multiplication.
22590 22590
22591Quotients of products cancel only in the leading terms of the 22591Quotients of products cancel only in the leading terms of the
22592numerator and denominator. In other words, @expr{a x b / a y b} 22592numerator and denominator. In other words, @expr{a x b / a y b}
22593is cancelled to @expr{x b / y b} but not to @expr{x / y}. Once 22593is canceled to @expr{x b / y b} but not to @expr{x / y}. Once
22594again this is because full cancellation can be slow; use @kbd{a s} 22594again this is because full cancellation can be slow; use @kbd{a s}
22595to cancel all terms of the quotient. 22595to cancel all terms of the quotient.
22596 22596
@@ -22810,7 +22810,7 @@ the distributive law. For example, @expr{a x^2 b / c x^3 d} will
22810cancel @expr{x^2} from the top and bottom to get @expr{a b / c x d}. 22810cancel @expr{x^2} from the top and bottom to get @expr{a b / c x d}.
22811(The terms in the denominator will then be rearranged to @expr{c d x} 22811(The terms in the denominator will then be rearranged to @expr{c d x}
22812as described above.) If there is any common integer or fractional 22812as described above.) If there is any common integer or fractional
22813factor in the numerator and denominator, it is cancelled out; 22813factor in the numerator and denominator, it is canceled out;
22814for example, @expr{(4 x + 6) / 8 x} simplifies to @expr{(2 x + 3) / 4 x}. 22814for example, @expr{(4 x + 6) / 8 x} simplifies to @expr{(2 x + 3) / 4 x}.
22815 22815
22816Non-constant common factors are not found even by @kbd{a s}. To 22816Non-constant common factors are not found even by @kbd{a s}. To
@@ -22858,7 +22858,7 @@ example, @samp{(x - 23) % 10} is simplified to @samp{(x + 7) % 10}.
22858 22858
22859If the argument is multiplied by a constant, and this constant 22859If the argument is multiplied by a constant, and this constant
22860has a common integer divisor with the modulus, then this factor is 22860has a common integer divisor with the modulus, then this factor is
22861cancelled out. For example, @samp{12 x % 15} is changed to 22861canceled out. For example, @samp{12 x % 15} is changed to
22862@samp{3 (4 x % 5)} by factoring out 3. Also, @samp{(12 x + 1) % 15} 22862@samp{3 (4 x % 5)} by factoring out 3. Also, @samp{(12 x + 1) % 15}
22863is changed to @samp{3 ((4 x + 1:3) % 5)}. While these forms may 22863is changed to @samp{3 ((4 x + 1:3) % 5)}. While these forms may
22864not seem ``simpler,'' they allow Calc to discover useful information 22864not seem ``simpler,'' they allow Calc to discover useful information
@@ -22938,13 +22938,13 @@ function.
22938\bigskip 22938\bigskip
22939@end tex 22939@end tex
22940 22940
22941Equations and inequalities are simplified by cancelling factors 22941Equations and inequalities are simplified by canceling factors
22942of products, quotients, or sums on both sides. Inequalities 22942of products, quotients, or sums on both sides. Inequalities
22943change sign if a negative multiplicative factor is cancelled. 22943change sign if a negative multiplicative factor is canceled.
22944Non-constant multiplicative factors as in @expr{a b = a c} are 22944Non-constant multiplicative factors as in @expr{a b = a c} are
22945cancelled from equations only if they are provably nonzero (generally 22945canceled from equations only if they are provably nonzero (generally
22946because they were declared so; @pxref{Declarations}). Factors 22946because they were declared so; @pxref{Declarations}). Factors
22947are cancelled from inequalities only if they are nonzero and their 22947are canceled from inequalities only if they are nonzero and their
22948sign is known. 22948sign is known.
22949 22949
22950Simplification also replaces an equation or inequality with 22950Simplification also replaces an equation or inequality with
@@ -23035,9 +23035,9 @@ The simplifications of @expr{@tfn{ln}(@tfn{exp}(x))},
23035unsafe because of problems with principal values (although these 23035unsafe because of problems with principal values (although these
23036simplifications are safe if @expr{x} is known to be real). 23036simplifications are safe if @expr{x} is known to be real).
23037 23037
23038Common factors are cancelled from products on both sides of an 23038Common factors are canceled from products on both sides of an
23039equation, even if those factors may be zero: @expr{a x / b x} 23039equation, even if those factors may be zero: @expr{a x / b x}
23040to @expr{a / b}. Such factors are never cancelled from 23040to @expr{a / b}. Such factors are never canceled from
23041inequalities: Even @kbd{a e} is not bold enough to reduce 23041inequalities: Even @kbd{a e} is not bold enough to reduce
23042@expr{a x < b x} to @expr{a < b} (or @expr{a > b}, depending 23042@expr{a x < b x} to @expr{a < b} (or @expr{a > b}, depending
23043on whether you believe @expr{x} is positive or negative). 23043on whether you believe @expr{x} is positive or negative).
@@ -23071,7 +23071,7 @@ If units auto-ranging mode is enabled, products or quotients in
23071which the first argument is a number which is out of range for the 23071which the first argument is a number which is out of range for the
23072leading unit are modified accordingly. 23072leading unit are modified accordingly.
23073 23073
23074When cancelling and combining units in products and quotients, 23074When canceling and combining units in products and quotients,
23075Calc accounts for unit names that differ only in the prefix letter. 23075Calc accounts for unit names that differ only in the prefix letter.
23076For example, @samp{2 km m} is simplified to @samp{2000 m^2}. 23076For example, @samp{2 km m} is simplified to @samp{2000 m^2}.
23077However, compatible but different units like @code{ft} and @code{in} 23077However, compatible but different units like @code{ft} and @code{in}
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi
index d5f403e5cdb..8b589259a48 100644
--- a/doc/misc/cc-mode.texi
+++ b/doc/misc/cc-mode.texi
@@ -190,7 +190,7 @@ developing GNU and promoting software freedom.''
190@titlepage 190@titlepage
191@sp 10 191@sp 10
192 192
193@center @titlefont{CC Mode 5.31} 193@center @titlefont{CC Mode 5.32}
194@sp 2 194@sp 2
195@center @subtitlefont{A GNU Emacs mode for editing C and C-like languages} 195@center @subtitlefont{A GNU Emacs mode for editing C and C-like languages}
196@sp 2 196@sp 2
@@ -378,7 +378,7 @@ was added in version 5.30.
378 378
379This manual describes @ccmode{} 379This manual describes @ccmode{}
380@comment The following line must appear on its own, so that the 380@comment The following line must appear on its own, so that the
381version 5.31. 381version 5.32.
382@comment Release.py script can update the version number automatically 382@comment Release.py script can update the version number automatically
383 383
384@ccmode{} supports the editing of K&R and ANSI C, C++, Objective-C, 384@ccmode{} supports the editing of K&R and ANSI C, C++, Objective-C,
@@ -2160,7 +2160,7 @@ A space between the function name and opening parenthesis when calling
2160a user function. The last character of the function name and the 2160a user function. The last character of the function name and the
2161opening parenthesis are highlighted. This font-locking rule will 2161opening parenthesis are highlighted. This font-locking rule will
2162spuriously highlight a valid concatenation expression where an 2162spuriously highlight a valid concatenation expression where an
2163identifier precedes a parenthesised expression. Unfortunately. 2163identifier precedes a parenthesized expression. Unfortunately.
2164 2164
2165@item 2165@item
2166Whitespace following the @samp{\} in what otherwise looks like an 2166Whitespace following the @samp{\} in what otherwise looks like an
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi
index 88b068ccd5b..f515109bf76 100644
--- a/doc/misc/dbus.texi
+++ b/doc/misc/dbus.texi
@@ -1677,7 +1677,7 @@ Establish the connection to D-Bus @var{bus}.
1677 1677
1678@var{bus} can be either the symbol @code{:system} or the symbol 1678@var{bus} can be either the symbol @code{:system} or the symbol
1679@code{:session}, or it can be a string denoting the address of the 1679@code{:session}, or it can be a string denoting the address of the
1680corresponding bus. For the system and session busses, this function 1680corresponding bus. For the system and session buses, this function
1681is called when loading @file{dbus.el}, there is no need to call it 1681is called when loading @file{dbus.el}, there is no need to call it
1682again. 1682again.
1683 1683
@@ -1816,7 +1816,7 @@ handled by a hook function.
1816@defvar dbus-event-error-hooks 1816@defvar dbus-event-error-hooks
1817This hook variable keeps a list of functions, which are called when a 1817This hook variable keeps a list of functions, which are called when a
1818D-Bus error happens in the event handler. Every function must accept 1818D-Bus error happens in the event handler. Every function must accept
1819two arguments, the event and the error variable catched in 1819two arguments, the event and the error variable caught in
1820@code{condition-case} by @code{dbus-error}. 1820@code{condition-case} by @code{dbus-error}.
1821 1821
1822Such functions can be used the adapt the error signal to be raised. 1822Such functions can be used the adapt the error signal to be raised.
diff --git a/doc/misc/ebrowse.texi b/doc/misc/ebrowse.texi
index 19ee9705484..a2a4017eb64 100644
--- a/doc/misc/ebrowse.texi
+++ b/doc/misc/ebrowse.texi
@@ -482,7 +482,7 @@ name.
482@table @kbd 482@table @kbd
483@item SPC 483@item SPC
484This command views the class declaration if the database 484This command views the class declaration if the database
485contains informations about it. If you don't parse the entire source 485contains information about it. If you don't parse the entire source
486you are working on, some classes will only be known to exist but the 486you are working on, some classes will only be known to exist but the
487location of their declarations and definitions will not be known.@refill 487location of their declarations and definitions will not be known.@refill
488 488
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi
index cc566086f44..2b2a6a21b7f 100644
--- a/doc/misc/ede.texi
+++ b/doc/misc/ede.texi
@@ -705,11 +705,11 @@ A brief description of the project or target. This is currently used
705by the @samp{ede-speedbar} interface. 705by the @samp{ede-speedbar} interface.
706@item ede-want-file-p 706@item ede-want-file-p
707Return non-nil if a target will accept a given file. 707Return non-nil if a target will accept a given file.
708It is generally unecessary to override this. See the section on source 708It is generally unnecessary to override this. See the section on source
709code. 709code.
710@item ede-buffer-mine 710@item ede-buffer-mine
711Return non-nil if a buffer belongs to this target. Used during 711Return non-nil if a buffer belongs to this target. Used during
712association when a file is loaded. It is generally unecessary to 712association when a file is loaded. It is generally unnecessary to
713override this unless you keep auxiliary files. 713override this unless you keep auxiliary files.
714@end table 714@end table
715 715
@@ -2483,7 +2483,7 @@ Create the make rule needed to create an archive for @var{THIS}.
2483 2483
2484@deffn Method ede-proj-makefile-insert-source-variables :PRIMARY this 2484@deffn Method ede-proj-makefile-insert-source-variables :PRIMARY this
2485Insert bin_PROGRAMS variables needed by target @var{THIS}. 2485Insert bin_PROGRAMS variables needed by target @var{THIS}.
2486We aren't acutally inserting SOURCE details, but this is used by the 2486We aren't actually inserting SOURCE details, but this is used by the
2487Makefile.am generator, so use it to add this important bin program. 2487Makefile.am generator, so use it to add this important bin program.
2488@end deffn 2488@end deffn
2489 2489
@@ -2624,7 +2624,7 @@ Return the name of the main target for @var{THIS} target.
2624 2624
2625@deffn Method ede-proj-makefile-insert-automake-pre-variables :AFTER this 2625@deffn Method ede-proj-makefile-insert-automake-pre-variables :AFTER this
2626Insert bin_PROGRAMS variables needed by target @var{THIS}. 2626Insert bin_PROGRAMS variables needed by target @var{THIS}.
2627We aren't acutally inserting SOURCE details, but this is used by the 2627We aren't actually inserting SOURCE details, but this is used by the
2628Makefile.am generator, so use it to add this important bin program. 2628Makefile.am generator, so use it to add this important bin program.
2629@end deffn 2629@end deffn
2630 2630
diff --git a/doc/misc/emacs-mime.texi b/doc/misc/emacs-mime.texi
index c44cc1c9b09..91440dcfe8f 100644
--- a/doc/misc/emacs-mime.texi
+++ b/doc/misc/emacs-mime.texi
@@ -417,7 +417,7 @@ called with a @acronym{MIME} handle as the argument.
417@vindex mm-inline-text-html-with-images 417@vindex mm-inline-text-html-with-images
418Some @acronym{HTML} mails might have the trick of spammers using 418Some @acronym{HTML} mails might have the trick of spammers using
419@samp{<img>} tags. It is likely to be intended to verify whether you 419@samp{<img>} tags. It is likely to be intended to verify whether you
420have read the mail. You can prevent your personal informations from 420have read the mail. You can prevent your personal information from
421leaking by setting this option to @code{nil} (which is the default). 421leaking by setting this option to @code{nil} (which is the default).
422It is currently ignored by Emacs/w3. For emacs-w3m, you may use the 422It is currently ignored by Emacs/w3. For emacs-w3m, you may use the
423command @kbd{t} on the image anchor to show an image even if it is 423command @kbd{t} on the image anchor to show an image even if it is
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi
index b0090f0fb84..7c178757927 100644
--- a/doc/misc/eshell.texi
+++ b/doc/misc/eshell.texi
@@ -608,7 +608,7 @@ scrolls back.
608 608
609@item Using C-p and C-n with rebind gets into a locked state 609@item Using C-p and C-n with rebind gets into a locked state
610 610
611This happened a few times in Emacs 21, but has been unreproducible 611This happened a few times in Emacs 21, but has been irreproducible
612since. 612since.
613 613
614@item If an interactive process is currently running, @kbd{M-!} doesn't work 614@item If an interactive process is currently running, @kbd{M-!} doesn't work
diff --git a/doc/misc/gnus-faq.texi b/doc/misc/gnus-faq.texi
index b5bb75f7284..7bd3e4ac7fa 100644
--- a/doc/misc/gnus-faq.texi
+++ b/doc/misc/gnus-faq.texi
@@ -266,9 +266,9 @@ and how to prevent it?
266@subsubheading Answer 266@subsubheading Answer
267 267
268This message means that the last time you used Gnus, it 268This message means that the last time you used Gnus, it
269wasn't properly exited and therefor couldn't write its 269wasn't properly exited and therefore couldn't write its
270informations to disk (e.g. which messages you read), you 270information to disk (e.g. which messages you read), you
271are now asked if you want to restore those informations 271are now asked if you want to restore that information
272from the auto-save file. 272from the auto-save file.
273 273
274To prevent this message make sure you exit Gnus 274To prevent this message make sure you exit Gnus
@@ -563,7 +563,7 @@ However, the first thing to do is to tell Gnus in which way
563it should store the mail, in Gnus terminology which back end 563it should store the mail, in Gnus terminology which back end
564to use. Gnus supports many different back ends, the most 564to use. Gnus supports many different back ends, the most
565commonly used one is nnml. It stores every mail in one file 565commonly used one is nnml. It stores every mail in one file
566and is therefor quite fast. However you might prefer a one 566and is therefore quite fast. However you might prefer a one
567file per group approach if your file system has problems with 567file per group approach if your file system has problems with
568many small files, the nnfolder back end is then probably the 568many small files, the nnfolder back end is then probably the
569choice for you. To use nnml add the following to ~/.gnus.el: 569choice for you. To use nnml add the following to ~/.gnus.el:
@@ -580,7 +580,7 @@ As you might have guessed, if you want nnfolder, it's
580@end example 580@end example
581@noindent 581@noindent
582 582
583Now we need to tell Gnus, where to get it's mail from. If 583Now we need to tell Gnus, where to get its mail from. If
584it's a POP3 server, then you need something like this: 584it's a POP3 server, then you need something like this:
585 585
586@example 586@example
@@ -1104,11 +1104,11 @@ I don't like the way the Summary buffer looks, how to tweak it?
1104@subsubheading Answer 1104@subsubheading Answer
1105 1105
1106You've got to play around with the variable 1106You've got to play around with the variable
1107gnus-summary-line-format. It's value is a string of 1107gnus-summary-line-format. Its value is a string of
1108symbols which stand for things like author, date, subject 1108symbols which stand for things like author, date, subject
1109etc. A list of the available specifiers can be found in the 1109etc. A list of the available specifiers can be found in the
1110manual node "Summary Buffer Lines" and the often forgotten 1110manual node "Summary Buffer Lines" and the often forgotten
1111node "Formatting Variables" and it's sub-nodes. There 1111node "Formatting Variables" and its sub-nodes. There
1112you'll find useful things like positioning the cursor and 1112you'll find useful things like positioning the cursor and
1113tabulators which allow you a summary in table form, but 1113tabulators which allow you a summary in table form, but
1114sadly hard tabulators are broken in 5.8.8. 1114sadly hard tabulators are broken in 5.8.8.
@@ -1838,7 +1838,7 @@ inconvenient since you are not displaying the found mail
1838in Gnus. Here comes nnir into action. Nnir is a front end 1838in Gnus. Here comes nnir into action. Nnir is a front end
1839to search engines like swish-e or swish++ and 1839to search engines like swish-e or swish++ and
1840others. You index your mail with one of those search 1840others. You index your mail with one of those search
1841engines and with the help of nnir you can search trough 1841engines and with the help of nnir you can search through
1842the indexed mail and generate a temporary group with all 1842the indexed mail and generate a temporary group with all
1843messages which met your search criteria. If this sound 1843messages which met your search criteria. If this sound
1844cool to you get nnir.el from 1844cool to you get nnir.el from
@@ -2190,7 +2190,7 @@ Starting Gnus is really slow, how to speed it up?
2190 2190
2191@subsubheading Answer 2191@subsubheading Answer
2192 2192
2193The reason for this could be the way Gnus reads it's 2193The reason for this could be the way Gnus reads its
2194active file, see the node "The Active File" in the Gnus 2194active file, see the node "The Active File" in the Gnus
2195manual for things you might try to speed the process up. 2195manual for things you might try to speed the process up.
2196An other idea would be to byte compile your ~/.gnus.el (say 2196An other idea would be to byte compile your ~/.gnus.el (say
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 69b17a94d68..86aaadf8ae8 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -4622,7 +4622,7 @@ Sieve is a server-side mail filtering language. In Gnus you can use
4622the @code{sieve} group parameter (@pxref{Group Parameters}) to specify 4622the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4623sieve rules that should apply to each group. Gnus provides two 4623sieve rules that should apply to each group. Gnus provides two
4624commands to translate all these group parameters into a proper Sieve 4624commands to translate all these group parameters into a proper Sieve
4625script that can be transfered to the server somehow. 4625script that can be transferred to the server somehow.
4626 4626
4627@vindex gnus-sieve-file 4627@vindex gnus-sieve-file
4628@vindex gnus-sieve-region-start 4628@vindex gnus-sieve-region-start
@@ -8332,7 +8332,7 @@ Files with name matching this regular expression won't be viewed.
8332Files with a @acronym{MIME} type matching this variable won't be viewed. 8332Files with a @acronym{MIME} type matching this variable won't be viewed.
8333Note that Gnus tries to guess what type the file is based on the name. 8333Note that Gnus tries to guess what type the file is based on the name.
8334@code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly 8334@code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly
8335kludgey. 8335kludgy.
8336 8336
8337@item gnus-uu-tmp-dir 8337@item gnus-uu-tmp-dir
8338@vindex gnus-uu-tmp-dir 8338@vindex gnus-uu-tmp-dir
@@ -8976,7 +8976,7 @@ Translate many non-@acronym{ASCII} characters into their
8976@acronym{ASCII} equivalents (@code{gnus-article-treat-non-ascii}). 8976@acronym{ASCII} equivalents (@code{gnus-article-treat-non-ascii}).
8977This is mostly useful if you're on a terminal that has a limited font 8977This is mostly useful if you're on a terminal that has a limited font
8978and doesn't show accented characters, ``advanced'' punctuation, and the 8978and doesn't show accented characters, ``advanced'' punctuation, and the
8979like. For instance, @samp{»} is tranlated into @samp{>>}, and so on. 8979like. For instance, @samp{»} is translated into @samp{>>}, and so on.
8980 8980
8981@item W Y f 8981@item W Y f
8982@kindex W Y f (Summary) 8982@kindex W Y f (Summary)
@@ -11634,7 +11634,7 @@ message/external-body @acronym{MIME} type.
11634@item r (Article) 11634@item r (Article)
11635@kindex r (Article) 11635@kindex r (Article)
11636Prompt for a file name, replace the @acronym{MIME} object with an 11636Prompt for a file name, replace the @acronym{MIME} object with an
11637external body refering to the file via the message/external-body 11637external body referring to the file via the message/external-body
11638@acronym{MIME} type. (@code{gnus-mime-replace-part}). 11638@acronym{MIME} type. (@code{gnus-mime-replace-part}).
11639 11639
11640@findex gnus-mime-delete-part 11640@findex gnus-mime-delete-part
@@ -15033,7 +15033,7 @@ number.
15033 15033
15034@item mail-source-default-file-modes 15034@item mail-source-default-file-modes
15035@vindex mail-source-default-file-modes 15035@vindex mail-source-default-file-modes
15036All new mail files will get this file mode. The default is 384. 15036All new mail files will get this file mode. The default is @code{#o600}.
15037 15037
15038@item mail-source-movemail-program 15038@item mail-source-movemail-program
15039@vindex mail-source-movemail-program 15039@vindex mail-source-movemail-program
@@ -15123,10 +15123,10 @@ default file modes the new mail files get:
15123 15123
15124@lisp 15124@lisp
15125(add-hook 'nnmail-pre-get-new-mail-hook 15125(add-hook 'nnmail-pre-get-new-mail-hook
15126 (lambda () (set-default-file-modes 511))) 15126 (lambda () (set-default-file-modes #o700)))
15127 15127
15128(add-hook 'nnmail-post-get-new-mail-hook 15128(add-hook 'nnmail-post-get-new-mail-hook
15129 (lambda () (set-default-file-modes 551))) 15129 (lambda () (set-default-file-modes #o775)))
15130@end lisp 15130@end lisp
15131 15131
15132@item nnmail-use-long-file-names 15132@item nnmail-use-long-file-names
@@ -30012,7 +30012,7 @@ this:
30012@node Score File Syntax 30012@node Score File Syntax
30013@subsection Score File Syntax 30013@subsection Score File Syntax
30014 30014
30015Score files are meant to be easily parseable, but yet extremely 30015Score files are meant to be easily parsable, but yet extremely
30016malleable. It was decided that something that had the same read syntax 30016malleable. It was decided that something that had the same read syntax
30017as an Emacs Lisp list would fit that spec. 30017as an Emacs Lisp list would fit that spec.
30018 30018
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi
index 3e13dbb0f23..c7495d8cc93 100644
--- a/doc/misc/idlwave.texi
+++ b/doc/misc/idlwave.texi
@@ -669,7 +669,7 @@ We have already used the routine info display in the first part of this
669tutorial. This was the invoked using @kbd{C-c ?}, and displays 669tutorial. This was the invoked using @kbd{C-c ?}, and displays
670information about the IDL routine near the cursor position. Wouldn't it 670information about the IDL routine near the cursor position. Wouldn't it
671be nice to have the same kind of information available for your own 671be nice to have the same kind of information available for your own
672routines and for the huge amount of code in major libraries like JHUPL 672routines and for the huge amount of code in major libraries like JHUAPL
673or the IDL-Astro library? In many cases, you may already have this 673or the IDL-Astro library? In many cases, you may already have this
674information. Files named @file{.idlwave_catalog} in library directories 674information. Files named @file{.idlwave_catalog} in library directories
675contain scanned information on the routines in that directory; many 675contain scanned information on the routines in that directory; many
@@ -1580,8 +1580,8 @@ available will be emphasized (e.g. colored blue). For other items, the
1580corresponding source code or DocLib header will be used as the help 1580corresponding source code or DocLib header will be used as the help
1581text. 1581text.
1582 1582
1583@cindex Completion, cancelling 1583@cindex Completion, canceling
1584@cindex Cancelling completion 1584@cindex Canceling completion
1585Completion is not a blocking operation --- you are free to continue 1585Completion is not a blocking operation --- you are free to continue
1586editing, enter commands, or simply ignore the @file{*Completions*} 1586editing, enter commands, or simply ignore the @file{*Completions*}
1587buffer during a completion operation. If, however, the most recent 1587buffer during a completion operation. If, however, the most recent
diff --git a/doc/misc/message.texi b/doc/misc/message.texi
index d9062a32572..774bf180266 100644
--- a/doc/misc/message.texi
+++ b/doc/misc/message.texi
@@ -1974,7 +1974,7 @@ that look like:
1974Hallvard B Furuseth <h.b.furuseth@@usit.uio.no> writes: 1974Hallvard B Furuseth <h.b.furuseth@@usit.uio.no> writes:
1975@end example 1975@end example
1976 1976
1977@c FIXME: Add `message-insert-formated-citation-line' and 1977@c FIXME: Add `message-insert-formatted-citation-line' and
1978@c `message-citation-line-format' 1978@c `message-citation-line-format'
1979 1979
1980Point will be at the beginning of the body of the message when this 1980Point will be at the beginning of the body of the message when this
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 181e00f8e02..adc9cf0b139 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -11399,16 +11399,16 @@ a file is retrieved with @code{org-publish-find-date}.
11399@tab Should sorting be case-sensitive? Default @code{nil}. 11399@tab Should sorting be case-sensitive? Default @code{nil}.
11400 11400
11401@item @code{:sitemap-file-entry-format} 11401@item @code{:sitemap-file-entry-format}
11402@tab With this option one can tell how a sitemap's entry is formated in the 11402@tab With this option one can tell how a sitemap's entry is formatted in the
11403sitemap. This is a format string with some escape sequences: @code{%t} stands 11403sitemap. This is a format string with some escape sequences: @code{%t} stands
11404for the title of the file, @code{%a} stands for the author of the file and 11404for the title of the file, @code{%a} stands for the author of the file and
11405@code{%d} stands for the date of the file. The date is retrieved with the 11405@code{%d} stands for the date of the file. The date is retrieved with the
11406@code{org-publish-find-date} function and formated with 11406@code{org-publish-find-date} function and formatted with
11407@code{org-publish-sitemap-date-format}. Default @code{%t}. 11407@code{org-publish-sitemap-date-format}. Default @code{%t}.
11408 11408
11409@item @code{:sitemap-date-format} 11409@item @code{:sitemap-date-format}
11410@tab Format string for the @code{format-time-string} function that tells how 11410@tab Format string for the @code{format-time-string} function that tells how
11411a sitemap entry's date is to be formated. This property bypasses 11411a sitemap entry's date is to be formatted. This property bypasses
11412@code{org-publish-sitemap-date-format} which defaults to @code{%Y-%m-%d}. 11412@code{org-publish-sitemap-date-format} which defaults to @code{%Y-%m-%d}.
11413 11413
11414@item @code{:sitemap-sans-extension} 11414@item @code{:sitemap-sans-extension}
@@ -12469,7 +12469,7 @@ block. E.g., @code{:results value html}.
12469Results assumed to be LaTeX and are enclosed in a @code{begin_latex} block. 12469Results assumed to be LaTeX and are enclosed in a @code{begin_latex} block.
12470E.g., @code{:results value latex}. 12470E.g., @code{:results value latex}.
12471@item @code{code} 12471@item @code{code}
12472Result are assumed to be parseable code and are enclosed in a code block. 12472Result are assumed to be parsable code and are enclosed in a code block.
12473E.g., @code{:results value code}. 12473E.g., @code{:results value code}.
12474@item @code{pp} 12474@item @code{pp}
12475The result is converted to pretty-printed code and is enclosed in a code 12475The result is converted to pretty-printed code and is enclosed in a code
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi
index 3e9ee928822..192afe33cb4 100644
--- a/doc/misc/rcirc.texi
+++ b/doc/misc/rcirc.texi
@@ -524,7 +524,7 @@ your full name, you might want to set it to some pseudonym.
524 524
525@item rcirc-authinfo 525@item rcirc-authinfo
526@vindex rcirc-authinfo 526@vindex rcirc-authinfo
527@cindex authentification 527@cindex authentication
528@cindex identification 528@cindex identification
529@cindex nickserv 529@cindex nickserv
530@cindex login 530@cindex login
@@ -547,7 +547,7 @@ And here are the valid method symbols and the arguments they require:
547 547
548@table @code 548@table @code
549@item nickserv 549@item nickserv
550@cindex nickserv authentification 550@cindex nickserv authentication
551Use this symbol if you need to identify yourself as follows when 551Use this symbol if you need to identify yourself as follows when
552connecting to a network: @code{/msg nickserv identify secret}. The 552connecting to a network: @code{/msg nickserv identify secret}. The
553necessary arguments are the nickname you want to use this for, and the 553necessary arguments are the nickname you want to use this for, and the
@@ -558,7 +558,7 @@ pick a password for it. Contact @code{nickserv} and check out the
558details. (Using @code{/msg nickserv help}, for example.) 558details. (Using @code{/msg nickserv help}, for example.)
559 559
560@item chanserv 560@item chanserv
561@cindex chanserv authentification 561@cindex chanserv authentication
562Use this symbol if you need to identify yourself as follows if you want 562Use this symbol if you need to identify yourself as follows if you want
563to join a particular channel: @code{/msg chanserv identify #underground 563to join a particular channel: @code{/msg chanserv identify #underground
564secret}. The necessary arguments are the nickname and channel you want 564secret}. The necessary arguments are the nickname and channel you want
@@ -569,7 +569,7 @@ the password to use. Contact @code{chanserv} and check out the details.
569(Using @code{/msg chanserv help}, for example.) 569(Using @code{/msg chanserv help}, for example.)
570 570
571@item bitlbee 571@item bitlbee
572@cindex bitlbee authentification 572@cindex bitlbee authentication
573Use this symbol if you need to identify yourself in the Bitlbee channel 573Use this symbol if you need to identify yourself in the Bitlbee channel
574as follows: @code{identify secret}. The necessary arguments are the 574as follows: @code{identify secret}. The necessary arguments are the
575nickname you want to use this for, and the password to use. 575nickname you want to use this for, and the password to use.
@@ -585,7 +585,7 @@ Bitlbee acts like an IRC server, but in fact it is a gateway to a lot of
585other instant messaging services. You can either install Bitlbee 585other instant messaging services. You can either install Bitlbee
586locally or use a public Bitlbee server. There, you need to create an 586locally or use a public Bitlbee server. There, you need to create an
587account with a password. This is the nick and password you need to 587account with a password. This is the nick and password you need to
588provide for the bitlbee authentification method. 588provide for the bitlbee authentication method.
589 589
590Later, you will tell Bitlbee about your accounts and passwords on all 590Later, you will tell Bitlbee about your accounts and passwords on all
591the other instant messaging services, and Bitlbee will log you in. All 591the other instant messaging services, and Bitlbee will log you in. All
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi
index dcfff1fcb96..8c56d2dc9f8 100644
--- a/doc/misc/semantic.texi
+++ b/doc/misc/semantic.texi
@@ -380,7 +380,7 @@ with the search results format.
380 380
381@item semanticdb-ref.el 381@item semanticdb-ref.el
382Tracks crossreferences. Cross references are needed when buffer is 382Tracks crossreferences. Cross references are needed when buffer is
383reparsed, and must alert other tables that any dependant caches may 383reparsed, and must alert other tables that any dependent caches may
384need to be flushed. References are in the form of include files. 384need to be flushed. References are in the form of include files.
385 385
386@end table 386@end table
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index f7f340074a2..1cea074fa2b 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -528,8 +528,8 @@ differ.
528@cindex methods, inline 528@cindex methods, inline
529@cindex methods, external 529@cindex methods, external
530Loading or saving a remote file requires that the content of the file 530Loading or saving a remote file requires that the content of the file
531be transfered between the two machines. The content of the file can 531be transferred between the two machines. The content of the file can
532be transfered using one of two methods: the @dfn{inline method} over 532be transferred using one of two methods: the @dfn{inline method} over
533the same connection used to log in to the remote machine, or the 533the same connection used to log in to the remote machine, or the
534@dfn{external method} through another connection using a remote copy 534@dfn{external method} through another connection using a remote copy
535program such as @command{rcp}, @command{scp} or @command{rsync}. 535program such as @command{rcp}, @command{scp} or @command{rsync}.
@@ -3704,4 +3704,4 @@ for @value{emacsothername}.
3704@c host and then send commands to it. 3704@c host and then send commands to it.
3705@c * Use `filename' resp. `file name' consistently. 3705@c * Use `filename' resp. `file name' consistently.
3706@c * Use `host' resp. `machine' consistently. 3706@c * Use `host' resp. `machine' consistently.
3707@c * Consistent small or capitalized words especially in menues. 3707@c * Consistent small or capitalized words especially in menus.