diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-18 22:21:24 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-18 22:21:24 -0800 |
commit | 99d990817cac77ba755b4e31722c44f6f6bbe3b0 (patch) | |
tree | 20ede6f28ea8785e182ee29d753a547409dd39c4 /lisp/mail/rmailmm.el | |
parent | 3771cb1735b47102e7f94187bcdeb1a4644a557e (diff) | |
download | emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/mail/rmailmm.el')
-rw-r--r-- | lisp/mail/rmailmm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailmm.el b/lisp/mail/rmailmm.el index d01cfc7f2c8..03023b07527 100644 --- a/lisp/mail/rmailmm.el +++ b/lisp/mail/rmailmm.el @@ -320,7 +320,7 @@ The value is a vector [INDEX HEADER TAGLINE BODY END], where (setq index 2)) ;; If the tagline is displayed, get past it to the body. (if (rmail-mime-display-tagline current) - ;; The next foward-line call must be in sync with how + ;; The next forward-line call must be in sync with how ;; `rmail-mime-insert-tagline' formats the tagline. The ;; body begins after the empty line that ends the tagline. (forward-line 3)) |