Mercurial > emacs
changeset 32085:56bb657c0878
Add coding tag. Fix 7-bit mangling.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 02 Oct 2000 20:34:25 +0000 |
parents | 5c37701abd85 |
children | 73d18e25e303 |
files | man/emacs-mime.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/man/emacs-mime.texi Mon Oct 02 19:51:03 2000 +0000 +++ b/man/emacs-mime.texi Mon Oct 02 20:34:25 2000 +0000 @@ -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 @@ @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 @@ @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