aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-10-02 20:34:25 +0000
committerDave Love <[email protected]>2000-10-02 20:34:25 +0000
commit00ed1b100c6f74f0b0f659799d7abad5df143956 (patch)
tree7050817548d4459fb45f487e4c427113da8605b1 /man
parent45c477b462dfaf8c5a8d48531df517337c47fdc3 (diff)
Add coding tag. Fix 7-bit mangling.
Diffstat (limited to 'man')
-rw-r--r--man/emacs-mime.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi
index 93a794fcf1..604cd23831 100644
--- a/man/emacs-mime.texi
+++ b/man/emacs-mime.texi
@@ -1,4 +1,4 @@
-\input texinfo @c -*-texinfo-*-
+\input texinfo @c -*-mode: texinfo; coding: latin-1 -*-
@setfilename ../info/emacs-mime
@settitle Emacs MIME Manual
@@ -248,7 +248,7 @@ Encode the words that need encoding in a string, and return the result.
@example
(mail-encode-encoded-word-string
- "This is nave, baby")
+ "This is na�ve, baby")
@result{} "This is =?iso-8859-1?q?na=EFve,?= baby"
@end example
@@ -263,7 +263,7 @@ Decode the encoded words in the string and return the result.
@example
(mail-decode-encoded-word-string
"This is =?iso-8859-1?q?na=EFve,?= baby")
-@result{} "This is nave, baby"
+@result{} "This is na�ve, baby"
@end example
@end table