From 69dcc8078a496184224681704669f8678a7d01e4 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 6 Aug 2019 20:35:32 +0530 Subject: 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. --- doc/guile-email.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/guile-email.texi') 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}) -- cgit v1.2.3