From: Dave Love Date: Mon, 2 Oct 2000 20:34:25 +0000 (+0000) Subject: Add coding tag. Fix 7-bit mangling. X-Git-Tag: emacs-pretest-21.0.90~1210 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00ed1b100c6f74f0b0f659799d7abad5df143956;p=emacs.git Add coding tag. Fix 7-bit mangling. --- diff --git a/man/emacs-mime.texi b/man/emacs-mime.texi index 93a794fcf1f..604cd238315 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