From 03b50044a143da8e2aa05153bbacd0e88399a022 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 30 Apr 1997 17:29:02 +0000 Subject: [PATCH] (q-encoding-encode-string, q-encoding-decode-string): Modify documentation. --- README.en | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en b/README.en index 10be075..ea5d9e2 100644 --- a/README.en +++ b/README.en @@ -1,6 +1,6 @@ [README for MEL (English Version)] by MORIOKA Tomohiko -$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) -- 1.7.10.4