aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nnmail.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-01-04 23:46:02 +0000
committerKarl Heuer <[email protected]>1996-01-04 23:46:02 +0000
commit821db8fd07e39a8b30ecc8aa9d688c86222829af (patch)
tree610ab54097b506f4101f615dc25f16425e6004f9 /lisp/nnmail.el
parent6331da4b66c17ca595179031d39b4d80f6e4bc9e (diff)
(nnmail-message-id-cache-length): Doc fix.
Diffstat (limited to 'lisp/nnmail.el')
-rw-r--r--lisp/nnmail.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/nnmail.el b/lisp/nnmail.el
index 2de0bcaad2..a8eecb18ba 100644
--- a/lisp/nnmail.el
+++ b/lisp/nnmail.el
@@ -202,7 +202,7 @@ Example:
(defvar nnmail-message-id-cache-length 1000
"*The approximate number of Message-IDs nnmail will keep in its cache.
If this variable is nil, no checking on duplicate messages will be
-perfomed.")
+performed.")
(defvar nnmail-message-id-cache-file "~/.nnmail-cache"
"*The file name of the nnmail Message-ID cache.")
@@ -570,7 +570,7 @@ FUNC will be called with the buffer narrowed to each mail."
(current-buffer)
(kill-buffer (current-buffer))))))
-;; Mail crossposts syggested by Brian Edmonds <[email protected]>.
+;; Mail crossposts suggested by Brian Edmonds <[email protected]>.
(defun nnmail-article-group (func)
"Look at the headers and return an alist of groups that match.
FUNC will be called with the group name to determine the article number."
@@ -610,7 +610,7 @@ FUNC will be called with the group name to determine the article number."
Problems with `nnmail-split-methods', using `bogus' mail group")
(sit-for 1)
'("bogus")))))
- ;; Go throught the split methods to find a match.
+ ;; Go through the split methods to find a match.
(while (and methods (or nnmail-crosspost (not group-art)))
(goto-char (point-max))
(if (or (cdr methods)
@@ -688,7 +688,7 @@ See the documentation for the variable `nnmail-split-fancy' for documentation."
(nnmail-split-it nnmail-split-fancy))
(defvar nnmail-split-cache nil)
-;; Alist of split expresions their equivalent regexps.
+;; Alist of split expressions their equivalent regexps.
(defun nnmail-split-it (split)
;; Return a list of groups matching SPLIT.
@@ -742,7 +742,7 @@ See the documentation for the variable `nnmail-split-fancy' for documentation."
t (concat (if group group "")
nnmail-procmail-suffix "$") t)))
(p procmails))
- ;; Remove any directories that inadvertantly match the procmail
+ ;; Remove any directories that inadvertently match the procmail
;; suffix, which might happen if the suffix is "".
(while p
(and (or (file-directory-p (car p))