diff options
| author | Eli Zaretskii | 2001-01-25 12:32:26 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-25 12:32:26 +0000 |
| commit | 4685e6b754405f92b263bbfd435a14f5bf426a28 (patch) | |
| tree | b2ee9014be7d22ec14117b579b027319da4b813c /lisp/mail | |
| parent | 47df1a5e8119b54bfea2c3f89da73c3b48d22528 (diff) | |
| download | emacs-4685e6b754405f92b263bbfd435a14f5bf426a28.tar.gz emacs-4685e6b754405f92b263bbfd435a14f5bf426a28.zip | |
(rmail-redecode-body): Doc fix.
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmail.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index e6bb8b3acf7..74e1f41abd0 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -2265,8 +2265,7 @@ charset= headers. | |||
| 2265 | This function assumes that the current message is already decoded | 2265 | This function assumes that the current message is already decoded |
| 2266 | and displayed in the RMAIL buffer, but the coding system used to | 2266 | and displayed in the RMAIL buffer, but the coding system used to |
| 2267 | decode it was incorrect. It then encodes the message back to its | 2267 | decode it was incorrect. It then encodes the message back to its |
| 2268 | original form, and decodes it again, using the coding system you | 2268 | original form, and decodes it again, using the coding system CODING. |
| 2269 | supply at the prompt. | ||
| 2270 | 2269 | ||
| 2271 | Note that if Emacs erroneously auto-detected one of the iso-2022 | 2270 | Note that if Emacs erroneously auto-detected one of the iso-2022 |
| 2272 | encodings in the message, this function might fail because the escape | 2271 | encodings in the message, this function might fail because the escape |