diff options
| author | Richard M. Stallman | 2003-06-04 09:03:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-06-04 09:03:40 +0000 |
| commit | 54f7f2a41a2429dc8b6348875d68635e71f7c02c (patch) | |
| tree | af6e5747bc837872cbcac74e10dd793a0d8c0708 | |
| parent | e9407052f9beb827d98b8a2f1c134935f660e9cd (diff) | |
| download | emacs-54f7f2a41a2429dc8b6348875d68635e71f7c02c.tar.gz emacs-54f7f2a41a2429dc8b6348875d68635e71f7c02c.zip | |
base64-decode-string returns unibyte string.
| -rw-r--r-- | lispref/text.texi | 2 |
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 |
| 3628 | This function converts the string @var{string} from base 64 code into | 3628 | This function converts the string @var{string} from base 64 code into |
| 3629 | the corresponding decoded text. It returns a string containing the | 3629 | the corresponding decoded text. It returns a unibyte string containing the |
| 3630 | decoded text. | 3630 | decoded text. |
| 3631 | 3631 | ||
| 3632 | The decoding functions ignore newline characters in the encoded text. | 3632 | The decoding functions ignore newline characters in the encoded text. |