summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNo Itisnt <theseaisinhere+git@gmail.com>2010-05-27 14:09:51 -0500
committerNo Itisnt <theseaisinhere+git@gmail.com>2010-05-27 14:09:56 -0500
commit853cb35661cb5ff9ef31595ea8189aa4b68ae4b4 (patch)
treeadeb2ce3d5c722c39ef1df794d20bb36d194a959
parent45f3d9b6db2091fed4767d8d5c9440f68d4da047 (diff)
downloadguile-853cb35661cb5ff9ef31595ea8189aa4b68ae4b4.tar.gz
Two spaces.
-rw-r--r--doc/ref/srfi-modules.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index 08b11e0d2..0d74202b5 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -1925,8 +1925,8 @@ desired, exported from a module, etc.
@unnumberedsubsubsec Custom Printers
You may use @code{set-record-type-printer!} to customize the default printing
-behavior of records. This is a Guile extension and is not part of SRFI-9. It is
-located in the @nicode{(srfi srfi-9 gnu)} module.
+behavior of records. This is a Guile extension and is not part of SRFI-9. It
+is located in the @nicode{(srfi srfi-9 gnu)} module.
@deffn {Scheme Syntax} set-record-type-printer! name thunk
Where @var{type} corresponds to the first argument of @code{define-record-type},