]> git.eshelyaron.com Git - emacs.git/commitdiff
Add coding tag. Fix 7-bit mangling.
authorDave Love <fx@gnu.org>
Mon, 2 Oct 2000 20:34:25 +0000 (20:34 +0000)
committerDave Love <fx@gnu.org>
Mon, 2 Oct 2000 20:34:25 +0000 (20:34 +0000)
man/emacs-mime.texi

index 93a794fcf1f94712c9dbc7b5ac2dea97cccacb38..604cd2383152f3d0e98314b9a5809006ff7a082c 100644 (file)
@@ -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 na\7fve, 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 na\7fve, baby"
+@result{} "This is naïve, baby"
 @end example
 
 @end table