From 00ed1b100c6f74f0b0f659799d7abad5df143956 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 2 Oct 2000 20:34:25 +0000 Subject: [PATCH] Add coding tag. Fix 7-bit mangling. --- man/emacs-mime.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2