1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+ * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
+ about `mime-insert-text-content'.
+
+1998-10-17 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
* mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
`mime-insert-header' from `Entity-header'; move
`default-mime-charset' from `custom'.
Each encoded-word (@ref{encoded-word}) in the header is decoded. ``Raw
non us-ascii characters'' are also decoded as
-@var{default-mime-charset}.
+@code{default-mime-charset}.
+@end defun
+
+
+@defun mime-insert-text-content entity
+
+Insert before point a contents of @var{entity} as text entity.@refill
+
+Contents of the @var{entity} are decoded as MIME charset (@ref{MIME charset}). If the @var{entity} does not have charset parameter of
+Content-Type field, @code{default-mime-charset} is used as default
+value.
@end defun
@refill
encoded-word (@ref{encoded-word}) \e$B$OI|9f$5$l$k!#!X@8$NHs\e(B us-ascii \e$BJ8;z!Y\e(B
-\e$B$O\e(B @var{default-mime-charset} \e$B$H$7$F2r<a$5$l$k!#\e(B
+\e$B$O\e(B @code{default-mime-charset} \e$B$H$7$F2r<a$5$l$k!#\e(B
+@end defun
+
+
+@defun mime-insert-text-content entity
+
+Insert before point a contents of @var{entity} as text entity.@refill
+
+Contents of the @var{entity} are decoded as MIME charset (@ref{MIME charset}). If the @var{entity} does not have charset parameter of
+Content-Type field, @code{default-mime-charset} is used as default
+value.
@end defun