From: morioka Date: Wed, 30 Apr 1997 12:59:46 +0000 (+0000) Subject: (base64-encode-string, base64-decode-string): Documentation was X-Git-Tag: XEmacs-20_3-b27-viet~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7d3ed6b8b471ec5a339ab7d3b479e871feb78e08;p=elisp%2Fflim.git (base64-encode-string, base64-decode-string): Documentation was modified. --- diff --git a/README.en b/README.en index af302da..8b4cfb5 100644 --- a/README.en +++ b/README.en @@ -1,6 +1,6 @@ [README for MEL (English Version)] by MORIOKA Tomohiko -$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)