comparison man/emacs-mime.texi @ 63600:c8b57e4594b8

Fix spellings.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 20 Jun 2005 14:47:12 +0000
parents c0aa521e0ca7
children 3723093a21fd b7da78284d4c
comparison
equal deleted inserted replaced
63599:aa28403fd4d3 63600:c8b57e4594b8
54 @top Emacs MIME 54 @top Emacs MIME
55 55
56 This manual documents the libraries used to compose and display 56 This manual documents the libraries used to compose and display
57 @acronym{MIME} messages. 57 @acronym{MIME} messages.
58 58
59 This manual is directed at users who want to modify the behaviour of 59 This manual is directed at users who want to modify the behavior of
60 the @acronym{MIME} encoding/decoding process or want a more detailed 60 the @acronym{MIME} encoding/decoding process or want a more detailed
61 picture of how the Emacs @acronym{MIME} library works, and people who want 61 picture of how the Emacs @acronym{MIME} library works, and people who want
62 to write functions and commands that manipulate @acronym{MIME} elements. 62 to write functions and commands that manipulate @acronym{MIME} elements.
63 63
64 @acronym{MIME} is short for @dfn{Multipurpose Internet Mail Extensions}. 64 @acronym{MIME} is short for @dfn{Multipurpose Internet Mail Extensions}.
793 @item mm-body-charset-encoding-alist 793 @item mm-body-charset-encoding-alist
794 @vindex mm-body-charset-encoding-alist 794 @vindex mm-body-charset-encoding-alist
795 Mapping from @acronym{MIME} charset to encoding to use. This variable is 795 Mapping from @acronym{MIME} charset to encoding to use. This variable is
796 usually used except, e.g., when other requirements force a specific 796 usually used except, e.g., when other requirements force a specific
797 encoding (digitally signed messages require 7bit encodings). The 797 encoding (digitally signed messages require 7bit encodings). The
798 default is 798 default is
799 799
800 @lisp 800 @lisp
801 ((iso-2022-jp . 7bit) 801 ((iso-2022-jp . 7bit)
802 (iso-2022-jp-2 . 7bit) 802 (iso-2022-jp-2 . 7bit)
803 (utf-16 . base64) 803 (utf-16 . base64)