diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-09 23:10:37 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-09 23:10:37 -0800 |
commit | 06827ec8428b897a38dc0532ee3d2070ae07aba1 (patch) | |
tree | 506e150528a6192807e1db37fa82846a1d27752e /lisp/mail/uce.el | |
parent | dad6fae7481c35aa1ff9491f789b860aaa898dec (diff) | |
download | emacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.tar.gz |
Spelling fixes.
* mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
* woman.el (woman-mark-horizontal-position):
Rename from woman-mark-horizonal-position. Use changed.
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:") |