aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-20 14:47:12 +0000
committerJuanma Barranquero2005-06-20 14:47:12 +0000
commit3d80e1a24fb6f8c2349139c91ac0e5281aff96f2 (patch)
tree5e53cc2e662a2a92d9d5a9afd1e21fa969c1f50c
parent2345130a330ae7ba5c53655172f68e2d652bcfeb (diff)
downloademacs-3d80e1a24fb6f8c2349139c91ac0e5281aff96f2.tar.gz
emacs-3d80e1a24fb6f8c2349139c91ac0e5281aff96f2.zip
Fix spellings.
-rw-r--r--man/building.texi2
-rw-r--r--man/calendar.texi2
-rw-r--r--man/emacs-mime.texi4
-rw-r--r--man/flymake.texi8
-rw-r--r--man/gnus.texi118
-rw-r--r--man/message.texi2
-rw-r--r--man/smtpmail.texi4
7 files changed, 70 insertions, 70 deletions
diff --git a/man/building.texi b/man/building.texi
index f98136f9db1..7d03c102921 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -764,7 +764,7 @@ for input and output to GDB. To do this, set
764@code{gud-gdb-command-name} to @code{"gdb --fullname"} or edit the 764@code{gud-gdb-command-name} to @code{"gdb --fullname"} or edit the
765startup command in the minibuffer to say that. You need to do use 765startup command in the minibuffer to say that. You need to do use
766text command mode to run multiple debugging sessions within one Emacs 766text command mode to run multiple debugging sessions within one Emacs
767session. If you have customised @code{gud-gdb-command-name} in that 767session. If you have customized @code{gud-gdb-command-name} in that
768way, then you can use @kbd{M-x gdba} to invoke GDB in graphical mode. 768way, then you can use @kbd{M-x gdba} to invoke GDB in graphical mode.
769 769
770@menu 770@menu
diff --git a/man/calendar.texi b/man/calendar.texi
index 1ef4aef09d4..293905ca544 100644
--- a/man/calendar.texi
+++ b/man/calendar.texi
@@ -1590,7 +1590,7 @@ workday in the mode line, either customize the
1590have stopped working on the project and, by default, Emacs queries this. 1590have stopped working on the project and, by default, Emacs queries this.
1591You can, however, set the value of the variable 1591You can, however, set the value of the variable
1592@code{timeclock-ask-before-exiting} to @code{nil} (via @kbd{M-x 1592@code{timeclock-ask-before-exiting} to @code{nil} (via @kbd{M-x
1593customize}) to avoid this behaviour; then, only an explicit @kbd{M-x 1593customize}) to avoid this behavior; then, only an explicit @kbd{M-x
1594timeclock-out} or @kbd{M-x timeclock-change} will tell Emacs that the 1594timeclock-out} or @kbd{M-x timeclock-change} will tell Emacs that the
1595current interval is over. 1595current interval is over.
1596 1596
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi
index 11a07df5361..06c0a4d77dc 100644
--- a/man/emacs-mime.texi
+++ b/man/emacs-mime.texi
@@ -56,7 +56,7 @@ license to the document, as described in section 6 of the license.
56This manual documents the libraries used to compose and display 56This manual documents the libraries used to compose and display
57@acronym{MIME} messages. 57@acronym{MIME} messages.
58 58
59This manual is directed at users who want to modify the behaviour of 59This manual is directed at users who want to modify the behavior of
60the @acronym{MIME} encoding/decoding process or want a more detailed 60the @acronym{MIME} encoding/decoding process or want a more detailed
61picture of how the Emacs @acronym{MIME} library works, and people who want 61picture of how the Emacs @acronym{MIME} library works, and people who want
62to write functions and commands that manipulate @acronym{MIME} elements. 62to write functions and commands that manipulate @acronym{MIME} elements.
@@ -795,7 +795,7 @@ This plain text part is an attachment.
795Mapping from @acronym{MIME} charset to encoding to use. This variable is 795Mapping from @acronym{MIME} charset to encoding to use. This variable is
796usually used except, e.g., when other requirements force a specific 796usually used except, e.g., when other requirements force a specific
797encoding (digitally signed messages require 7bit encodings). The 797encoding (digitally signed messages require 7bit encodings). The
798default is 798default is
799 799
800@lisp 800@lisp
801((iso-2022-jp . 7bit) 801((iso-2022-jp . 7bit)
diff --git a/man/flymake.texi b/man/flymake.texi
index 9db7551b18c..bf224b28fde 100644
--- a/man/flymake.texi
+++ b/man/flymake.texi
@@ -292,7 +292,7 @@ check tools and error message patterns.
292@section Customizable variables 292@section Customizable variables
293@cindex Customizable variables 293@cindex Customizable variables
294 294
295This section summarises variables used for Flymake 295This section summarizes variables used for Flymake
296configuration. 296configuration.
297 297
298@table @code 298@table @code
@@ -378,7 +378,7 @@ first item with @code{filename-regexp} matching buffer filename is
378selected. If no match is found, @code{flymake-mode} is switched off. 378selected. If no match is found, @code{flymake-mode} is switched off.
379 379
380@item init-function 380@item init-function
381@code{init-function} is required to initialise the syntax check, 381@code{init-function} is required to initialize the syntax check,
382usually by creating a temporary copy of the buffer contents. The 382usually by creating a temporary copy of the buffer contents. The
383function must return @code{(list cmd-name arg-list)}. If 383function must return @code{(list cmd-name arg-list)}. If
384@code{init-function} returns null, syntax check is aborted, by 384@code{init-function} returns null, syntax check is aborted, by
@@ -639,7 +639,7 @@ and project include directories. The former is just the contents of the
639and the way it can be obtained can vary greatly for different projects. 639and the way it can be obtained can vary greatly for different projects.
640Therefore, a customizable variable 640Therefore, a customizable variable
641@code{flymake-get-project-include-dirs-function} is used to provide the 641@code{flymake-get-project-include-dirs-function} is used to provide the
642way to implement the desired behaviour. 642way to implement the desired behavior.
643 643
644The default implementation, @code{flymake-get-project-include-dirs-imp}, 644The default implementation, @code{flymake-get-project-include-dirs-imp},
645uses a @code{make} call. This requires a correct base directory, that is, a 645uses a @code{make} call. This requires a correct base directory, that is, a
@@ -658,7 +658,7 @@ of every syntax check attempt.
658Flymake can be configured to use different tools for performing syntax 658Flymake can be configured to use different tools for performing syntax
659checks. For example, it can use direct compiler call to syntax check a perl 659checks. For example, it can use direct compiler call to syntax check a perl
660script or a call to @code{make} for a more complicated case of a 660script or a call to @code{make} for a more complicated case of a
661@code{C/C++} source. The general idea is that simple files, like perl 661@code{C/C++} source. The general idea is that simple files, like perl
662scripts and html pages, can be checked by directly invoking a 662scripts and html pages, can be checked by directly invoking a
663corresponding tool. Files that are usually more complex and generally 663corresponding tool. Files that are usually more complex and generally
664used as part of larger projects, might require non-trivial options to 664used as part of larger projects, might require non-trivial options to
diff --git a/man/gnus.texi b/man/gnus.texi
index 6345cc2a18b..7db03996984 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -832,21 +832,21 @@ Thwarting Email Spam
832 832
833Filtering Spam Using The Spam ELisp Package 833Filtering Spam Using The Spam ELisp Package
834 834
835* Spam ELisp Package Sequence of Events:: 835* Spam ELisp Package Sequence of Events::
836* Spam ELisp Package Filtering of Incoming Mail:: 836* Spam ELisp Package Filtering of Incoming Mail::
837* Spam ELisp Package Global Variables:: 837* Spam ELisp Package Global Variables::
838* Spam ELisp Package Configuration Examples:: 838* Spam ELisp Package Configuration Examples::
839* Blacklists and Whitelists:: 839* Blacklists and Whitelists::
840* BBDB Whitelists:: 840* BBDB Whitelists::
841* Gmane Spam Reporting:: 841* Gmane Spam Reporting::
842* Anti-spam Hashcash Payments:: 842* Anti-spam Hashcash Payments::
843* Blackholes:: 843* Blackholes::
844* Regular Expressions Header Matching:: 844* Regular Expressions Header Matching::
845* Bogofilter:: 845* Bogofilter::
846* ifile spam filtering:: 846* ifile spam filtering::
847* spam-stat spam filtering:: 847* spam-stat spam filtering::
848* SpamOracle:: 848* SpamOracle::
849* Extending the Spam ELisp package:: 849* Extending the Spam ELisp package::
850 850
851Filtering Spam Using Statistics with spam-stat 851Filtering Spam Using Statistics with spam-stat
852 852
@@ -1393,7 +1393,7 @@ cache for all groups).
1393Most common Unix news readers use a shared startup file called 1393Most common Unix news readers use a shared startup file called
1394@file{.newsrc}. This file contains all the information about what 1394@file{.newsrc}. This file contains all the information about what
1395groups are subscribed, and which articles in these groups have been 1395groups are subscribed, and which articles in these groups have been
1396read. 1396read.
1397 1397
1398Things got a bit more complicated with @sc{gnus}. In addition to 1398Things got a bit more complicated with @sc{gnus}. In addition to
1399keeping the @file{.newsrc} file updated, it also used a file called 1399keeping the @file{.newsrc} file updated, it also used a file called
@@ -3008,7 +3008,7 @@ This can also be used as a group-specific hook function. If you want to
3008hear a beep when you enter a group, you could put something like 3008hear a beep when you enter a group, you could put something like
3009@code{(dummy-variable (ding))} in the parameters of that group. 3009@code{(dummy-variable (ding))} in the parameters of that group.
3010@code{dummy-variable} will be set to the (meaningless) result of the 3010@code{dummy-variable} will be set to the (meaningless) result of the
3011@code{(ding)} form. 3011@code{(ding)} form.
3012 3012
3013Alternatively, since the VARIABLE becomes local to the group, this 3013Alternatively, since the VARIABLE becomes local to the group, this
3014pattern can be used to temporarily change a hook. For example, if the 3014pattern can be used to temporarily change a hook. For example, if the
@@ -3984,7 +3984,7 @@ Gnus
3984 8: comp.binaries.fractals 3984 8: comp.binaries.fractals
3985 13: comp.sources.unix 3985 13: comp.sources.unix
3986 452: alt.sex.emacs 3986 452: alt.sex.emacs
3987@end group 3987@end group
3988@end example 3988@end example
3989 3989
3990The @samp{Emacs} topic has the topic parameter @code{(score-file 3990The @samp{Emacs} topic has the topic parameter @code{(score-file
@@ -13293,7 +13293,7 @@ function.
13293By default the splitting codes @acronym{MIME} decodes headers so you 13293By default the splitting codes @acronym{MIME} decodes headers so you
13294can match on non-@acronym{ASCII} strings. The 13294can match on non-@acronym{ASCII} strings. The
13295@code{nnmail-mail-splitting-charset} variable specifies the default 13295@code{nnmail-mail-splitting-charset} variable specifies the default
13296charset for decoding. The behaviour can be turned off completely by 13296charset for decoding. The behavior can be turned off completely by
13297binding @code{nnmail-mail-splitting-decodes} to @code{nil}, which is 13297binding @code{nnmail-mail-splitting-decodes} to @code{nil}, which is
13298useful if you want to match articles based on the raw header data. 13298useful if you want to match articles based on the raw header data.
13299 13299
@@ -14011,7 +14011,7 @@ splits. Here are the possible split syntaxes:
14011 14011
14012@table @code 14012@table @code
14013 14013
14014@item group 14014@item group
14015If the split is a string, that will be taken as a group name. Normal 14015If the split is a string, that will be taken as a group name. Normal
14016regexp match expansion will be done. See below for examples. 14016regexp match expansion will be done. See below for examples.
14017 14017
@@ -16297,7 +16297,7 @@ RFC 2060 for more information on valid strings.
16297A file containing credentials used to log in on servers. The format is 16297A file containing credentials used to log in on servers. The format is
16298(almost) the same as the @code{ftp} @file{~/.netrc} file. See the 16298(almost) the same as the @code{ftp} @file{~/.netrc} file. See the
16299variable @code{nntp-authinfo-file} for exact syntax; also see 16299variable @code{nntp-authinfo-file} for exact syntax; also see
16300@ref{NNTP}. An example of an .authinfo line for an IMAP server, is: 16300@ref{NNTP}. An example of an .authinfo line for an IMAP server, is:
16301 16301
16302@example 16302@example
16303machine students.uio.no login larsi password geheimnis port imap 16303machine students.uio.no login larsi password geheimnis port imap
@@ -16635,7 +16635,7 @@ tool and should be used only if you are sure what the effects are.
16635 16635
16636@acronym{IMAP} is a complex protocol, more so than @acronym{NNTP} or 16636@acronym{IMAP} is a complex protocol, more so than @acronym{NNTP} or
16637@acronym{POP3}. Implementation bugs are not unlikely, and we do our 16637@acronym{POP3}. Implementation bugs are not unlikely, and we do our
16638best to fix them right away. If you encounter odd behaviour, chances 16638best to fix them right away. If you encounter odd behavior, chances
16639are that either the server or Gnus is buggy. 16639are that either the server or Gnus is buggy.
16640 16640
16641If you are familiar with network protocols in general, you will 16641If you are familiar with network protocols in general, you will
@@ -16650,7 +16650,7 @@ to include the protocol dump when reporting IMAP bugs in Gnus.
16650@vindex imap-log 16650@vindex imap-log
16651Because the protocol dump, when enabled, generates lots of data, it is 16651Because the protocol dump, when enabled, generates lots of data, it is
16652disabled by default. You can enable it by setting @code{imap-log} as 16652disabled by default. You can enable it by setting @code{imap-log} as
16653follows: 16653follows:
16654 16654
16655@lisp 16655@lisp
16656(setq imap-log t) 16656(setq imap-log t)
@@ -18726,7 +18726,7 @@ may ask:
18726@table @dfn 18726@table @dfn
18727@item If I read an article while plugged, do they get entered into the Agent? 18727@item If I read an article while plugged, do they get entered into the Agent?
18728 18728
18729@strong{No}. If you want this behaviour, add 18729@strong{No}. If you want this behavior, add
18730@code{gnus-agent-fetch-selected-article} to 18730@code{gnus-agent-fetch-selected-article} to
18731@code{gnus-select-article-hook}. 18731@code{gnus-select-article-hook}.
18732 18732
@@ -21012,7 +21012,7 @@ mode-line variables.
21012 21012
21013Gnus usually moves point to a pre-defined place on each line in most 21013Gnus usually moves point to a pre-defined place on each line in most
21014buffers. By default, point move to the first colon character on the 21014buffers. By default, point move to the first colon character on the
21015line. You can customize this behaviour in three different ways. 21015line. You can customize this behavior in three different ways.
21016 21016
21017You can move the colon character to somewhere else on the line. 21017You can move the colon character to somewhere else on the line.
21018 21018
@@ -22361,7 +22361,7 @@ messages per day from @samp{random-address@@vmadmin.com}, you block
22361@samp{vmadmin.com}. If you get 200 messages about @samp{VIAGRA}, you 22361@samp{vmadmin.com}. If you get 200 messages about @samp{VIAGRA}, you
22362discard all messages with @samp{VIAGRA} in the message. If you get 22362discard all messages with @samp{VIAGRA} in the message. If you get
22363lots of spam from Bulgaria, for example, you try to filter all mail 22363lots of spam from Bulgaria, for example, you try to filter all mail
22364from Bulgarian IPs. 22364from Bulgarian IPs.
22365 22365
22366This, unfortunately, is a great way to discard legitimate e-mail. The 22366This, unfortunately, is a great way to discard legitimate e-mail. The
22367risks of blocking a whole country (Bulgaria, Norway, Nigeria, China, 22367risks of blocking a whole country (Bulgaria, Norway, Nigeria, China,
@@ -22704,22 +22704,22 @@ variables. Try @code{customize-group} on the @samp{spam} variable
22704group. 22704group.
22705 22705
22706@menu 22706@menu
22707* Spam ELisp Package Sequence of Events:: 22707* Spam ELisp Package Sequence of Events::
22708* Spam ELisp Package Filtering of Incoming Mail:: 22708* Spam ELisp Package Filtering of Incoming Mail::
22709* Spam ELisp Package Global Variables:: 22709* Spam ELisp Package Global Variables::
22710* Spam ELisp Package Configuration Examples:: 22710* Spam ELisp Package Configuration Examples::
22711* Blacklists and Whitelists:: 22711* Blacklists and Whitelists::
22712* BBDB Whitelists:: 22712* BBDB Whitelists::
22713* Gmane Spam Reporting:: 22713* Gmane Spam Reporting::
22714* Anti-spam Hashcash Payments:: 22714* Anti-spam Hashcash Payments::
22715* Blackholes:: 22715* Blackholes::
22716* Regular Expressions Header Matching:: 22716* Regular Expressions Header Matching::
22717* Bogofilter:: 22717* Bogofilter::
22718* ifile spam filtering:: 22718* ifile spam filtering::
22719* spam-stat spam filtering:: 22719* spam-stat spam filtering::
22720* SpamOracle:: 22720* SpamOracle::
22721* Extending the Spam ELisp package:: 22721* Extending the Spam ELisp package::
22722@end menu 22722@end menu
22723 22723
22724@node Spam ELisp Package Sequence of Events 22724@node Spam ELisp Package Sequence of Events
22725@subsubsection Spam ELisp Package Sequence of Events 22725@subsubsection Spam ELisp Package Sequence of Events
@@ -23174,7 +23174,7 @@ From Ted Zlatanov <tzz@@lifelogs.com>.
23174 ;; @r{any ham goes to my @samp{nnimap+mail.lifelogs.com:mail} folder, but} 23174 ;; @r{any ham goes to my @samp{nnimap+mail.lifelogs.com:mail} folder, but}
23175 ;; @r{also to my @samp{nnimap+mail.lifelogs.com:trainham} folder for training} 23175 ;; @r{also to my @samp{nnimap+mail.lifelogs.com:trainham} folder for training}
23176 23176
23177 (ham-process-destination "nnimap+mail.lifelogs.com:mail" 23177 (ham-process-destination "nnimap+mail.lifelogs.com:mail"
23178 "nnimap+mail.lifelogs.com:trainham") 23178 "nnimap+mail.lifelogs.com:trainham")
23179 ;; @r{in this group, only @samp{!} marks are ham} 23179 ;; @r{in this group, only @samp{!} marks are ham}
23180 (ham-marks 23180 (ham-marks
@@ -23215,7 +23215,7 @@ does most of the job for me:
23215 (spam-contents gnus-group-spam-classification-ham)) 23215 (spam-contents gnus-group-spam-classification-ham))
23216@end lisp 23216@end lisp
23217 23217
23218@itemize 23218@itemize
23219 23219
23220@item @b{The Spam folder:} 23220@item @b{The Spam folder:}
23221 23221
@@ -23308,7 +23308,7 @@ customizing the group parameters or the
23308added to a group's @code{spam-process} parameter, the senders of 23308added to a group's @code{spam-process} parameter, the senders of
23309spam-marked articles will be added to the blacklist. 23309spam-marked articles will be added to the blacklist.
23310 23310
23311@emph{WARNING} 23311@emph{WARNING}
23312 23312
23313Instead of the obsolete 23313Instead of the obsolete
23314@code{gnus-group-spam-exit-processor-blacklist}, it is recommended 23314@code{gnus-group-spam-exit-processor-blacklist}, it is recommended
@@ -23327,7 +23327,7 @@ ham-marked articles in @emph{ham} groups will be added to the
23327whitelist. Note that this ham processor has no effect in @emph{spam} 23327whitelist. Note that this ham processor has no effect in @emph{spam}
23328or @emph{unclassified} groups. 23328or @emph{unclassified} groups.
23329 23329
23330@emph{WARNING} 23330@emph{WARNING}
23331 23331
23332Instead of the obsolete 23332Instead of the obsolete
23333@code{gnus-group-ham-exit-processor-whitelist}, it is recommended 23333@code{gnus-group-ham-exit-processor-whitelist}, it is recommended
@@ -23393,7 +23393,7 @@ ham-marked articles in @emph{ham} groups will be added to the
23393BBDB. Note that this ham processor has no effect in @emph{spam} 23393BBDB. Note that this ham processor has no effect in @emph{spam}
23394or @emph{unclassified} groups. 23394or @emph{unclassified} groups.
23395 23395
23396@emph{WARNING} 23396@emph{WARNING}
23397 23397
23398Instead of the obsolete 23398Instead of the obsolete
23399@code{gnus-group-ham-exit-processor-BBDB}, it is recommended 23399@code{gnus-group-ham-exit-processor-BBDB}, it is recommended
@@ -23420,7 +23420,7 @@ HTTP request.
23420 23420
23421Gmane can be found at @uref{http://gmane.org}. 23421Gmane can be found at @uref{http://gmane.org}.
23422 23422
23423@emph{WARNING} 23423@emph{WARNING}
23424 23424
23425Instead of the obsolete 23425Instead of the obsolete
23426@code{gnus-group-spam-exit-processor-report-gmane}, it is recommended 23426@code{gnus-group-spam-exit-processor-report-gmane}, it is recommended
@@ -23589,7 +23589,7 @@ customizing the group parameters or the
23589added to a group's @code{spam-process} parameter, spam-marked articles 23589added to a group's @code{spam-process} parameter, spam-marked articles
23590will be added to the Bogofilter spam database. 23590will be added to the Bogofilter spam database.
23591 23591
23592@emph{WARNING} 23592@emph{WARNING}
23593 23593
23594Instead of the obsolete 23594Instead of the obsolete
23595@code{gnus-group-spam-exit-processor-bogofilter}, it is recommended 23595@code{gnus-group-spam-exit-processor-bogofilter}, it is recommended
@@ -23606,7 +23606,7 @@ articles in @emph{ham} groups will be added to the Bogofilter database
23606of non-spam messages. Note that this ham processor has no effect in 23606of non-spam messages. Note that this ham processor has no effect in
23607@emph{spam} or @emph{unclassified} groups. 23607@emph{spam} or @emph{unclassified} groups.
23608 23608
23609@emph{WARNING} 23609@emph{WARNING}
23610 23610
23611Instead of the obsolete 23611Instead of the obsolete
23612@code{gnus-group-ham-exit-processor-bogofilter}, it is recommended 23612@code{gnus-group-ham-exit-processor-bogofilter}, it is recommended
@@ -23693,7 +23693,7 @@ customizing the group parameters or the
23693added to a group's @code{spam-process} parameter, the spam-marked 23693added to a group's @code{spam-process} parameter, the spam-marked
23694articles will be added to the spam-stat database of spam messages. 23694articles will be added to the spam-stat database of spam messages.
23695 23695
23696@emph{WARNING} 23696@emph{WARNING}
23697 23697
23698Instead of the obsolete 23698Instead of the obsolete
23699@code{gnus-group-spam-exit-processor-stat}, it is recommended 23699@code{gnus-group-spam-exit-processor-stat}, it is recommended
@@ -23710,7 +23710,7 @@ articles in @emph{ham} groups will be added to the spam-stat database
23710of non-spam messages. Note that this ham processor has no effect in 23710of non-spam messages. Note that this ham processor has no effect in
23711@emph{spam} or @emph{unclassified} groups. 23711@emph{spam} or @emph{unclassified} groups.
23712 23712
23713@emph{WARNING} 23713@emph{WARNING}
23714 23714
23715Instead of the obsolete 23715Instead of the obsolete
23716@code{gnus-group-ham-exit-processor-stat}, it is recommended 23716@code{gnus-group-ham-exit-processor-stat}, it is recommended
@@ -23802,7 +23802,7 @@ customizing the group parameter or the
23802to a group's @code{spam-process} parameter, spam-marked articles will be 23802to a group's @code{spam-process} parameter, spam-marked articles will be
23803sent to SpamOracle as spam samples. 23803sent to SpamOracle as spam samples.
23804 23804
23805@emph{WARNING} 23805@emph{WARNING}
23806 23806
23807Instead of the obsolete 23807Instead of the obsolete
23808@code{gnus-group-spam-exit-processor-spamoracle}, it is recommended 23808@code{gnus-group-spam-exit-processor-spamoracle}, it is recommended
@@ -23819,7 +23819,7 @@ to a group's @code{spam-process} parameter, the ham-marked articles in
23819messages. Note that this ham processor has no effect in @emph{spam} or 23819messages. Note that this ham processor has no effect in @emph{spam} or
23820@emph{unclassified} groups. 23820@emph{unclassified} groups.
23821 23821
23822@emph{WARNING} 23822@emph{WARNING}
23823 23823
23824Instead of the obsolete 23824Instead of the obsolete
23825@code{gnus-group-ham-exit-processor-spamoracle}, it is recommended 23825@code{gnus-group-ham-exit-processor-spamoracle}, it is recommended
@@ -23914,7 +23914,7 @@ Note you don't have to provide a spam or a ham processor. Only
23914provide them if Blackbox supports spam or ham processing. 23914provide them if Blackbox supports spam or ham processing.
23915 23915
23916Also, ham and spam processors are being phased out as single 23916Also, ham and spam processors are being phased out as single
23917variables. Instead the form @code{'(spam spam-use-blackbox)} or 23917variables. Instead the form @code{'(spam spam-use-blackbox)} or
23918@code{'(ham spam-use-blackbox)} is favored. For now, spam/ham 23918@code{'(ham spam-use-blackbox)} is favored. For now, spam/ham
23919processor variables are still around but they won't be for long. 23919processor variables are still around but they won't be for long.
23920 23920
@@ -26140,7 +26140,7 @@ unplugged state. You can enroll or remove servers with @kbd{J a} and
26140@kbd{J r} in the server buffer. Gnus will not download articles into 26140@kbd{J r} in the server buffer. Gnus will not download articles into
26141the Agent cache, unless you instruct it to do so, though, by using 26141the Agent cache, unless you instruct it to do so, though, by using
26142@kbd{J u} or @kbd{J s} from the Group buffer. You revert to the old 26142@kbd{J u} or @kbd{J s} from the Group buffer. You revert to the old
26143behaviour of having the Agent disabled with @code{(setq gnus-agent 26143behavior of having the Agent disabled with @code{(setq gnus-agent
26144nil)}. Note that putting @code{(gnus-agentize)} in @file{~/.gnus.el} 26144nil)}. Note that putting @code{(gnus-agentize)} in @file{~/.gnus.el}
26145is not needed any more. 26145is not needed any more.
26146 26146
@@ -26280,7 +26280,7 @@ you post a message, and saves it in your @file{~/.emacs} using the Custom
26280system. While the variable is called @code{canlock-password}, it is not 26280system. While the variable is called @code{canlock-password}, it is not
26281security sensitive data. Publishing your canlock string on the web 26281security sensitive data. Publishing your canlock string on the web
26282will not allow anyone to be able to anything she could not already do. 26282will not allow anyone to be able to anything she could not already do.
26283The behaviour can be changed by customizing @code{message-insert-canlock}. 26283The behavior can be changed by customizing @code{message-insert-canlock}.
26284 26284
26285@item 26285@item
26286Gnus supports server-side mail filtering using Sieve. 26286Gnus supports server-side mail filtering using Sieve.
@@ -26380,7 +26380,7 @@ This change was made to avoid conflict with the standard binding of
26380@item 26380@item
26381The default for @code{message-forward-show-mml} changed to symbol @code{best}. 26381The default for @code{message-forward-show-mml} changed to symbol @code{best}.
26382 26382
26383The behaviour for the @code{best} value is to show @acronym{MML} (i.e., 26383The behavior for the @code{best} value is to show @acronym{MML} (i.e.,
26384convert to @acronym{MIME}) when appropriate. @acronym{MML} will not be 26384convert to @acronym{MIME}) when appropriate. @acronym{MML} will not be
26385used when forwarding signed or encrypted messages, as the conversion 26385used when forwarding signed or encrypted messages, as the conversion
26386invalidate the digital signature. 26386invalidate the digital signature.
@@ -26905,7 +26905,7 @@ in order to solve the problem yourself and send a patch, you can use
26905edebug. Debugging Lisp code is documented in the Elisp manual 26905edebug. Debugging Lisp code is documented in the Elisp manual
26906(@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs 26906(@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
26907Lisp Reference Manual}). To get you started with edebug, consider if 26907Lisp Reference Manual}). To get you started with edebug, consider if
26908you discover some weird behaviour when pressing @kbd{c}, the first 26908you discover some weird behavior when pressing @kbd{c}, the first
26909step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in 26909step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
26910the documentation buffer that leads you to the function definition, 26910the documentation buffer that leads you to the function definition,
26911then press @kbd{M-x edebug-defun RET} with point inside that function, 26911then press @kbd{M-x edebug-defun RET} with point inside that function,
diff --git a/man/message.texi b/man/message.texi
index 8a10ea2445d..01b3f9105d0 100644
--- a/man/message.texi
+++ b/man/message.texi
@@ -739,7 +739,7 @@ Move to the signature of the message (@code{message-goto-signature}).
739@vindex message-beginning-of-line 739@vindex message-beginning-of-line
740If at beginning of header value, go to beginning of line, else go to 740If at beginning of header value, go to beginning of line, else go to
741beginning of header value. (The header value comes after the header 741beginning of header value. (The header value comes after the header
742name and the colon.) This behaviour can be disabled by toggling 742name and the colon.) This behavior can be disabled by toggling
743the variable @code{message-beginning-of-line}. 743the variable @code{message-beginning-of-line}.
744 744
745@end table 745@end table
diff --git a/man/smtpmail.texi b/man/smtpmail.texi
index 26fd77eafb3..f75b48dddd4 100644
--- a/man/smtpmail.texi
+++ b/man/smtpmail.texi
@@ -298,7 +298,7 @@ respectively.
298If you connect to the internet via a dialup connection, or for some 298If you connect to the internet via a dialup connection, or for some
299other reason don't have permanent internet connection, sending mail 299other reason don't have permanent internet connection, sending mail
300will fail when you are not connected. The SMTP library implements 300will fail when you are not connected. The SMTP library implements
301queued delivery, and the following variable control its behaviour. 301queued delivery, and the following variable control its behavior.
302 302
303@table @code 303@table @code
304@item smtpmail-queue-mail 304@item smtpmail-queue-mail
@@ -345,7 +345,7 @@ unless your server complains.
345 The variable @code{smtpmail-sendto-domain} makes the SMTP library 345 The variable @code{smtpmail-sendto-domain} makes the SMTP library
346add @samp{@@} and the specified value to recipients specified in the 346add @samp{@@} and the specified value to recipients specified in the
347message when they are sent using the @code{RCPT TO} command. Some 347message when they are sent using the @code{RCPT TO} command. Some
348configurations of sendmail requires this behaviour. Don't bother to 348configurations of sendmail requires this behavior. Don't bother to
349set this unless you have get an error like: 349set this unless you have get an error like:
350 350
351@example 351@example