aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-08-08 07:41:40 +0000
committerGlenn Morris2007-08-08 07:41:40 +0000
commitc7dd5e286d34d02ba11a3921d4814d757afc76e0 (patch)
tree5eeff5201c90a88fa6c02080fc893c0db44e95ed
parent178c3d4db12b1ade329455087c41898a43908b12 (diff)
downloademacs-c7dd5e286d34d02ba11a3921d4814d757afc76e0.tar.gz
emacs-c7dd5e286d34d02ba11a3921d4814d757afc76e0.zip
Replace `iff'.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--man/gnus.texi14
-rw-r--r--man/sieve.texi4
3 files changed, 13 insertions, 9 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index fb17345e273..ef88b746185 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12007-08-08 Glenn Morris <rgm@gnu.org>
2
3 * intro.texi (nil and t): Do not use `iff' in documentation.
4
12007-08-07 Chong Yidong <cyd@stupidchicken.com> 52007-08-07 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * display.texi (Image Cache): Document image-refresh. 7 * display.texi (Image Cache): Document image-refresh.
diff --git a/man/gnus.texi b/man/gnus.texi
index fe26aa5f662..ff8371df46c 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -18595,23 +18595,23 @@ predicate to individual groups.
18595 18595
18596@table @code 18596@table @code
18597@item short 18597@item short
18598True iff the article is shorter than @code{gnus-agent-short-article} 18598True if the article is shorter than @code{gnus-agent-short-article}
18599lines; default 100. 18599lines; default 100.
18600 18600
18601@item long 18601@item long
18602True iff the article is longer than @code{gnus-agent-long-article} 18602True if the article is longer than @code{gnus-agent-long-article}
18603lines; default 200. 18603lines; default 200.
18604 18604
18605@item low 18605@item low
18606True iff the article has a download score less than 18606True if the article has a download score less than
18607@code{gnus-agent-low-score}; default 0. 18607@code{gnus-agent-low-score}; default 0.
18608 18608
18609@item high 18609@item high
18610True iff the article has a download score greater than 18610True if the article has a download score greater than
18611@code{gnus-agent-high-score}; default 0. 18611@code{gnus-agent-high-score}; default 0.
18612 18612
18613@item spam 18613@item spam
18614True iff the Gnus Agent guesses that the article is spam. The 18614True if the Gnus Agent guesses that the article is spam. The
18615heuristics may change over time, but at present it just computes a 18615heuristics may change over time, but at present it just computes a
18616checksum and sees whether articles match. 18616checksum and sees whether articles match.
18617 18617
@@ -26651,7 +26651,7 @@ New @file{make.bat} for compiling and installing Gnus under MS Windows
26651 26651
26652Use @file{make.bat} if you want to install Gnus under MS Windows, the 26652Use @file{make.bat} if you want to install Gnus under MS Windows, the
26653first argument to the batch-program should be the directory where 26653first argument to the batch-program should be the directory where
26654@file{xemacs.exe} respectively @file{emacs.exe} is located, iff you want 26654@file{xemacs.exe} respectively @file{emacs.exe} is located, if you want
26655to install Gnus after compiling it, give @file{make.bat} @code{/copy} as 26655to install Gnus after compiling it, give @file{make.bat} @code{/copy} as
26656the second parameter. 26656the second parameter.
26657 26657
@@ -27008,7 +27008,7 @@ The envelope sender address can be customized when using Sendmail.
27008@item 27008@item
27009Gnus no longer generate the Sender: header automatically. 27009Gnus no longer generate the Sender: header automatically.
27010 27010
27011Earlier it was generated iff the user configurable email address was 27011Earlier it was generated when the user configurable email address was
27012different from the Gnus guessed default user address. As the guessing 27012different from the Gnus guessed default user address. As the guessing
27013algorithm is rarely correct these days, and (more controversially) the 27013algorithm is rarely correct these days, and (more controversially) the
27014only use of the Sender: header was to check if you are entitled to 27014only use of the Sender: header was to check if you are entitled to
diff --git a/man/sieve.texi b/man/sieve.texi
index 1030babd593..4b7a95be952 100644
--- a/man/sieve.texi
+++ b/man/sieve.texi
@@ -307,7 +307,7 @@ Authenticate to the server.
307 307
308@item sieve-manage-capability 308@item sieve-manage-capability
309@findex sieve-manage-capability 309@findex sieve-manage-capability
310Return a list of capabilities the server support. 310Return a list of capabilities the server supports.
311 311
312@item sieve-manage-listscripts 312@item sieve-manage-listscripts
313@findex sieve-manage-listscripts 313@findex sieve-manage-listscripts
@@ -315,7 +315,7 @@ List scripts on the server.
315 315
316@item sieve-manage-havespace 316@item sieve-manage-havespace
317@findex sieve-manage-havespace 317@findex sieve-manage-havespace
318Returns non-@code{nil} iff server have roam for a script of given 318Return non-@code{nil} if the server has room for a script of given
319size. 319size.
320 320
321@item sieve-manage-getscript 321@item sieve-manage-getscript