diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-20 23:03:01 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-20 23:03:01 +0100 |
commit | 6055f7cf9333d02ed8f0c13ee316030eab4623d0 (patch) | |
tree | 15d25fa251317ce2edf32791049035893036e6a5 /doc | |
parent | 9cd2e86c9b8f6c187a85fd7f5b454b76667df17a (diff) |
doc: Fix syntax error.
* doc/guile-debbugs.texi (Email helpers): Fix syntax error.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guile-debbugs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guile-debbugs.texi b/doc/guile-debbugs.texi index b122934..acc902a 100644 --- a/doc/guile-debbugs.texi +++ b/doc/guile-debbugs.texi @@ -441,7 +441,7 @@ the only way to obtain a value of type @code{<email>}. It parses the email headers to an association list of headers to values. It does not process other properties. -@end table +@end deffn @cindex email?, predicate @deffn {Scheme Procedure} email? @var{record} |