]> git.eshelyaron.com Git - emacs.git/commitdiff
base64-decode-string returns unibyte string.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 Jun 2003 09:03:40 +0000 (09:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 Jun 2003 09:03:40 +0000 (09:03 +0000)
lispref/text.texi

index c5bd5661ad4f7fe9a5b1b3aec66bbb6ea081845e..edb0185d0095f4d7d589e9b81a891a9e84ba61f4 100644 (file)
@@ -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.