(q-encoding-encode-string, q-encoding-decode-string): Modify
[elisp/flim.git] / README.en
index 10be075..ea5d9e2 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.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
 ===========
@@ -215,13 +215,13 @@ Function base64-decode-string (STRING)
 
 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)