diff options
author | Arun Isaac | 2019-06-25 14:11:01 +0530 |
---|---|---|
committer | Arun Isaac | 2019-06-25 14:12:59 +0530 |
commit | 2204179a1317bbcf2a4003d7a03d996f1bd3545d (patch) | |
tree | 0383ad2c01ab1a38036225e0310f129b2fe62d39 /doc | |
parent | 60f333d4a61f70151cc56f76eba42388f54ebb56 (diff) | |
download | guile-email-2204179a1317bbcf2a4003d7a03d996f1bd3545d.tar.gz guile-email-2204179a1317bbcf2a4003d7a03d996f1bd3545d.tar.lz guile-email-2204179a1317bbcf2a4003d7a03d996f1bd3545d.zip |
doc: Fix unmatched `@end deffn'.
* doc/guile-email.texi (Encoding and Decoding): Move unmatched `@end
deffn' to previous node from where it is missing.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guile-email.texi | 2 |
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 |