aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/guile-email.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guile-email.texi b/doc/guile-email.texi
index 900d070..8d4d13e 100644
--- a/doc/guile-email.texi
+++ b/doc/guile-email.texi
@@ -68,6 +68,7 @@ list of header keys and values as returned by
@code{parse-email-headers}. Return a list of <mime-entity> records if
the body is a multipart message. Else, return a single <mime-entity>
record.
+@end deffn
@node Encoding and Decoding
@chapter Encoding and Decoding
@@ -143,7 +144,6 @@ string.
Decode Q-encoding encoded string @var{str} and return the decoded
bytevector.
@end deffn
-@end deffn
@node Contributing
@chapter Contributing