aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 04:56:49 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 04:56:49 +0200
commit6f9c6298b3b61642e4acaca6c7ad33943c9f4ab3 (patch)
tree59a6fd5c5eba65e97837c9a6e0240313a7eed098 /doc
parentMinor cleanup of entry-points/server. (diff)
downloadcalp-6f9c6298b3b61642e4acaca6c7ad33943c9f4ab3.tar.gz
calp-6f9c6298b3b61642e4acaca6c7ad33943c9f4ab3.tar.xz
Normalize base64 errors.
Diffstat (limited to 'doc')
-rw-r--r--doc/ref/guile/base64.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ref/guile/base64.texi b/doc/ref/guile/base64.texi
index ef262ab5..ab6bba81 100644
--- a/doc/ref/guile/base64.texi
+++ b/doc/ref/guile/base64.texi
@@ -5,6 +5,8 @@
@defunx bytevector->base64 bv
Base procedure for all Base64 operations.
Takes and returns bytevectors.
+
+Throws @code{decoding-error} on invalid input.
@end defun
@defun base64-string->bytevector string