diff options
| author | Paul Eggert | 2011-12-18 22:21:24 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-18 22:21:24 -0800 |
| commit | 99d990817cac77ba755b4e31722c44f6f6bbe3b0 (patch) | |
| tree | 20ede6f28ea8785e182ee29d753a547409dd39c4 /lisp/mail | |
| parent | 3771cb1735b47102e7f94187bcdeb1a4644a557e (diff) | |
| download | emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.tar.gz emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/mail')
| -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 | |||
| 320 | (setq index 2)) | 320 | (setq index 2)) |
| 321 | ;; If the tagline is displayed, get past it to the body. | 321 | ;; If the tagline is displayed, get past it to the body. |
| 322 | (if (rmail-mime-display-tagline current) | 322 | (if (rmail-mime-display-tagline current) |
| 323 | ;; The next foward-line call must be in sync with how | 323 | ;; The next forward-line call must be in sync with how |
| 324 | ;; `rmail-mime-insert-tagline' formats the tagline. The | 324 | ;; `rmail-mime-insert-tagline' formats the tagline. The |
| 325 | ;; body begins after the empty line that ends the tagline. | 325 | ;; body begins after the empty line that ends the tagline. |
| 326 | (forward-line 3)) | 326 | (forward-line 3)) |