diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2002-07-02 14:48:56 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2002-07-02 14:48:56 +0000 |
commit | 95b56cdf4bbada544c0cf0efbd46117a60622fcc (patch) | |
tree | c4f20d1abcc6dfa89eee9bc09487d484255116e2 /lisp/mail/rmail.el | |
parent | baea68eff2dc3d4760f66058b7865d85f58951f4 (diff) | |
download | emacs-95b56cdf4bbada544c0cf0efbd46117a60622fcc.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/mail/rmail.el')
-rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 2ed85dc3e9f..89046be6d03 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -763,7 +763,7 @@ Note: This is the header of an rmail file. Note: If you are seeing it in rmail, Note: it means the file has no messages in it.\n\^_"))) -;; Decode Babyl formated part at the head of current buffer by +;; Decode Babyl formatted part at the head of current buffer by ;; rmail-file-coding-system, or if it is nil, do auto conversion. (defun rmail-decode-babyl-format () |