diff options
author | Arun Isaac | 2019-08-06 20:35:32 +0530 |
---|---|---|
committer | Arun Isaac | 2019-08-06 20:35:32 +0530 |
commit | 69dcc8078a496184224681704669f8678a7d01e4 (patch) | |
tree | e06005ec3ca8322adc5d49ce7c72c002e485ce2e /doc | |
parent | fe26f5f739ca81245fc5481070f02a8dc56119a3 (diff) | |
download | guile-email-69dcc8078a496184224681704669f8678a7d01e4.tar.gz guile-email-69dcc8078a496184224681704669f8678a7d01e4.tar.lz guile-email-69dcc8078a496184224681704669f8678a7d01e4.zip |
doc: Move mention of (email quoted-printable).
* doc/guile-email.texi (Encoding and Decoding)[Quoted-Printable
encoding]: Move mention of (email quoted-printable) module to after
the first paragraph.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guile-email.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guile-email.texi b/doc/guile-email.texi index d4c3504..83c5756 100644 --- a/doc/guile-email.texi +++ b/doc/guile-email.texi @@ -393,14 +393,14 @@ bytevector. @section Quoted-Printable encoding -@example -(use-modules (email quoted-printable)) -@end example - The Quoted-Printable encoding and decoding procedures in this section are typed functions in that they behave differently based on the types of their arguments. +@example +(use-modules (email quoted-printable)) +@end example + @deftypefn {Scheme Procedure} {} quoted-printable-encode (bytevector @var{bv}) @deftypefnx {Scheme Procedure} {} quoted-printable-encode (port @var{in}) @deftypefnx {Scheme Procedure} {} quoted-printable-encode (port @var{in}) (port @var{out}) |