Mercurial > emacs
changeset 51446:a3a94326d597
base64-decode-string returns unibyte string.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 04 Jun 2003 09:03:40 +0000 |
parents | 4955d5bb9ee0 |
children | 140777d38847 |
files | lispref/text.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.