[README for MEL (English Version)]
 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
-$Id: README.en,v 1.6 1997-04-30 17:09:57 morioka Exp $
+$Id: README.en,v 1.7 1997-04-30 17:29:02 morioka Exp $
 
 What's MEL
 ===========
 
 Function q-encoding-encode-string (STRING &optional MODE)
 
-  Encode STRING as Q-encoding of encoded-word.
+  Encode STRING to Q-encoding of encoded-word, and return the result.
   MODE allows `text', `comment', `phrase' or nil.  Default value is
   `phrase'.
 
 Function q-encoding-decode-string (STRING)
 
-  Decode STRING as Q-encoding of encoded-word.
+  Decode STRING which is encoded in Q-encoding and return the result.
 
 Function base64-encoded-length (STRING)