From: morioka Date: Wed, 30 Apr 1997 17:29:02 +0000 (+0000) Subject: (q-encoding-encode-string, q-encoding-decode-string): Modify X-Git-Tag: XEmacs-20_3-b27-viet~1 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03b50044a143da8e2aa05153bbacd0e88399a022;p=elisp%2Fflim.git (q-encoding-encode-string, q-encoding-decode-string): Modify documentation. --- 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)