diff lisp/gnus/nnmail.el @ 45321:f767f3bf5f86

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 16 May 2002 12:01:57 +0000
parents 0f4506820432
children 52d99cc2e9e3
line wrap: on
line diff
--- a/lisp/gnus/nnmail.el	Thu May 16 12:01:17 2002 +0000
+++ b/lisp/gnus/nnmail.el	Thu May 16 12:01:57 2002 +0000
@@ -651,7 +651,7 @@
 
 (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 @@
 
 (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 @@
 	  (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))