summaryrefslogtreecommitdiff
path: root/lisp/gnus/nnmail.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-05-16 12:01:57 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-05-16 12:01:57 +0000
commitb96fb65cd3074b83494dce3cc9ac283520dc8830 (patch)
tree1c56b1aabff905e539c7bb9ceb5e17a035a711ae /lisp/gnus/nnmail.el
parente7bdfdcf2aeb171d40ed9d2835c35e781243fe44 (diff)
downloademacs-b96fb65cd3074b83494dce3cc9ac283520dc8830.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/gnus/nnmail.el')
-rw-r--r--lisp/gnus/nnmail.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el
index ad28361ebd8..cf8ae33838e 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/nnmail.el
@@ -651,7 +651,7 @@ If SOURCE is a directory spec, try to return the group name component."
(defsubst nnmail-search-unix-mail-delim ()
"Put point at the beginning of the next Unix mbox message."
- ;; Algorithm used to find the the next article in the
+ ;; Algorithm used to find the next article in the
;; brain-dead Unix mbox format:
;;
;; 1) Search for "^From ".
@@ -680,7 +680,7 @@ If SOURCE is a directory spec, try to return the group name component."
(defun nnmail-search-unix-mail-delim-backward ()
"Put point at the beginning of the current Unix mbox message."
- ;; Algorithm used to find the the next article in the
+ ;; Algorithm used to find the next article in the
;; brain-dead Unix mbox format:
;;
;; 1) Search for "^From ".
@@ -1188,7 +1188,7 @@ See the documentation for the variable `nnmail-split-fancy' for documentation."
(let ((split-rest (cddr split))
(end (match-end 0))
;; The searched regexp is \(\(FIELD\).*\)\(VALUE\). So,
- ;; start-of-value is the the point just before the
+ ;; start-of-value is the point just before the
;; beginning of the value, whereas after-header-name is
;; the point just after the field name.
(start-of-value (match-end 1))