From 7d3ed6b8b471ec5a339ab7d3b479e871feb78e08 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 30 Apr 1997 12:59:46 +0000 Subject: [PATCH] (base64-encode-string, base64-decode-string): Documentation was modified. --- README.en | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 1.7.10.4