(base64-encode-string, base64-decode-string): Documentation was
authormorioka <morioka>
Wed, 30 Apr 1997 12:59:46 +0000 (12:59 +0000)
committermorioka <morioka>
Wed, 30 Apr 1997 12:59:46 +0000 (12:59 +0000)
modified.

README.en

index af302da..8b4cfb5 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.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
 ===========
@@ -175,11 +175,11 @@ String
 
 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)