(base64-insert-encoded-file): Documentation was modified.
authormorioka <morioka>
Wed, 30 Apr 1997 13:25:15 +0000 (13:25 +0000)
committermorioka <morioka>
Wed, 30 Apr 1997 13:25:15 +0000 (13:25 +0000)
README.en

index c425b06..e36031c 100644 (file)
--- a/README.en
+++ b/README.en
@@ -1,6 +1,6 @@
 [README for MEL (English Version)]
 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
-$Id: README.en,v 1.4 1997-04-30 13:15:12 morioka Exp $
+$Id: README.en,v 1.5 1997-04-30 13:25:15 morioka Exp $
 
 What's MEL
 ===========
@@ -163,7 +163,11 @@ Command mime-insert-encoded-file (FILENAME ENCODING)
 
 Command base64-insert-encoded-file (FILENAME)
 
-  Insert base64 encoded file.
+  Encode contents of file FILENAME to base64, and insert the result.
+
+  It calls external base64 encoder specified by
+  `base64-external-encoder'.  So you must install the program (maybe
+  mmencode included in metamail or XEmacs package).
 
 Command quoted-printable-insert-encoded-file (FILENAME)