[README for MEL (English Version)]
 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
-$Id: README.en,v 1.2 1997-04-30 12:50:28 morioka Exp $
+$Id: README.en,v 1.3 1997-04-30 12:59:46 morioka Exp $
 
 What's MEL
 ===========
 
 Function base64-encode-string (STRING)
 
-  Encode STRING as base64 and return it.
+  Encode STRING to base64, and return the result.
 
 Function base64-decode-string (STRING)
 
-  Decode STRING as base64 and return it.
+  Decode STRING which is encoded in base64, and return the result.
 
 Function q-encoding-encode-string (STRING &optional MODE)