Delete garbages.
[elisp/tm.git] / doc / tm-ew-d_en.texi
diff --git a/doc/tm-ew-d_en.texi b/doc/tm-ew-d_en.texi
deleted file mode 100644 (file)
index 2faad70..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-@c $Id: tm-ew-d_en.texi,v 1.1 1995/12/13 09:27:22 morioka Exp $
-
-@node encoded-word decoding, , function to preview, Functions of tm-view
-@comment  node-name,  next,  previous,  up
-@subsection encoded-word decoding
-@cindex encoded-word
-@cindex non-ASCII field
-@cindex message header
-
-tm-view can decode encoded-word defined in RFC 1522.
-
-
-@deffn{Command} mime/decode-message-header
-
-It decodes encoded-words in message header of current buffer.
-@end deffn
-
-
-@deffn{Command} mime-eword/decode-region beg end &optional unfolding
-
-It decodes encoded-words in region @var{beg} to @var{end}.
-
-If @var{unfolding} is non-nil, folded fields are unfolded.
-@end deffn
-
-
-@deffn{Function} mime-eword/decode-string str
-
-It decodes encoded-words in @var{str}.
-
-Folded string is unfolded.
-@end deffn