From: Richard M. Stallman Date: Wed, 4 Jun 2003 09:03:40 +0000 (+0000) Subject: base64-decode-string returns unibyte string. X-Git-Tag: ttn-vms-21-2-B4~9758 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54f7f2a41a2429dc8b6348875d68635e71f7c02c;p=emacs.git base64-decode-string returns unibyte string. --- diff --git a/lispref/text.texi b/lispref/text.texi index c5bd5661ad4..edb0185d009 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -3626,7 +3626,7 @@ The decoding functions ignore newline characters in the encoded text. @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.