diff options
Diffstat (limited to 'lisp/mail/uce.el')
-rw-r--r-- | lisp/mail/uce.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el index c4816209d34..a6e2513c8c9 100644 --- a/lisp/mail/uce.el +++ b/lisp/mail/uce.el @@ -279,7 +279,7 @@ You might need to set `uce-mail-reader' before using this." (goto-char (point-min))) ;; Now find the mail hub that first accepted this message. ;; This should try to find the last Received: header. - ;; Sometimes there may be other headers inbetween Received: headers. + ;; Sometimes there may be other headers in between Received: headers. (cond ((eq uce-mail-reader 'gnus) ;; Does Gnus always have Lines: in the end? (re-search-forward "^Lines:") |