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 | |
| parent | 47df1a5e8119b54bfea2c3f89da73c3b48d22528 (diff) | |
| download | emacs-4685e6b754405f92b263bbfd435a14f5bf426a28.tar.gz emacs-4685e6b754405f92b263bbfd435a14f5bf426a28.zip | |
(rmail-redecode-body): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mail/rmail.el | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c9512e37b14..1f52afb2ef0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * mail/rmail.el (rmail-redecode-body): Doc fix. | ||
| 4 | |||
| 1 | 2001-01-25 Kenichi Handa <handa@etl.go.jp> | 5 | 2001-01-25 Kenichi Handa <handa@etl.go.jp> |
| 2 | 6 | ||
| 3 | * international/mule-cmds.el (reset-language-environment): Make | 7 | * international/mule-cmds.el (reset-language-environment): Make |
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 |