# HG changeset patch # User Richard M. Stallman # Date 1054717420 0 # Node ID a3a94326d5973088e8a0197108879f9463764b61 # Parent 4955d5bb9ee0613852125b097b9d09901b401851 base64-decode-string returns unibyte string. diff -r 4955d5bb9ee0 -r a3a94326d597 lispref/text.texi --- a/lispref/text.texi Wed Jun 04 09:02:55 2003 +0000 +++ b/lispref/text.texi Wed Jun 04 09:03:40 2003 +0000 @@ -3626,7 +3626,7 @@ @defun base64-decode-string string @tindex base64-decode-string This function converts the string @var{string} from base 64 code into -the corresponding decoded text. It returns a string containing the +the corresponding decoded text. It returns a unibyte string containing the decoded text. The decoding functions ignore newline characters in the encoded text.