aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-06-04 09:03:40 +0000
committerRichard M. Stallman2003-06-04 09:03:40 +0000
commit54f7f2a41a2429dc8b6348875d68635e71f7c02c (patch)
treeaf6e5747bc837872cbcac74e10dd793a0d8c0708
parente9407052f9beb827d98b8a2f1c134935f660e9cd (diff)
downloademacs-54f7f2a41a2429dc8b6348875d68635e71f7c02c.tar.gz
emacs-54f7f2a41a2429dc8b6348875d68635e71f7c02c.zip
base64-decode-string returns unibyte string.
-rw-r--r--lispref/text.texi2
1 files changed, 1 insertions, 1 deletions
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.
3626@defun base64-decode-string string 3626@defun base64-decode-string string
3627@tindex base64-decode-string 3627@tindex base64-decode-string
3628This function converts the string @var{string} from base 64 code into 3628This function converts the string @var{string} from base 64 code into
3629the corresponding decoded text. It returns a string containing the 3629the corresponding decoded text. It returns a unibyte string containing the
3630decoded text. 3630decoded text.
3631 3631
3632The decoding functions ignore newline characters in the encoded text. 3632The decoding functions ignore newline characters in the encoded text.