aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-01-25 12:32:26 +0000
committerEli Zaretskii2001-01-25 12:32:26 +0000
commit4685e6b754405f92b263bbfd435a14f5bf426a28 (patch)
treeb2ee9014be7d22ec14117b579b027319da4b813c
parent47df1a5e8119b54bfea2c3f89da73c3b48d22528 (diff)
downloademacs-4685e6b754405f92b263bbfd435a14f5bf426a28.tar.gz
emacs-4685e6b754405f92b263bbfd435a14f5bf426a28.zip
(rmail-redecode-body): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mail/rmail.el3
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 @@
12001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * mail/rmail.el (rmail-redecode-body): Doc fix.
4
12001-01-25 Kenichi Handa <handa@etl.go.jp> 52001-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.
2265This function assumes that the current message is already decoded 2265This function assumes that the current message is already decoded
2266and displayed in the RMAIL buffer, but the coding system used to 2266and displayed in the RMAIL buffer, but the coding system used to
2267decode it was incorrect. It then encodes the message back to its 2267decode it was incorrect. It then encodes the message back to its
2268original form, and decodes it again, using the coding system you 2268original form, and decodes it again, using the coding system CODING.
2269supply at the prompt.
2270 2269
2271Note that if Emacs erroneously auto-detected one of the iso-2022 2270Note that if Emacs erroneously auto-detected one of the iso-2022
2272encodings in the message, this function might fail because the escape 2271encodings in the message, this function might fail because the escape