summaryrefslogtreecommitdiff
path: root/module/texinfo/serialize.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/texinfo/serialize.scm')
-rw-r--r--module/texinfo/serialize.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/module/texinfo/serialize.scm b/module/texinfo/serialize.scm
index 1436ad5f9..d0c6f50e5 100644
--- a/module/texinfo/serialize.scm
+++ b/module/texinfo/serialize.scm
@@ -1,6 +1,6 @@
;;;; (texinfo serialize) -- rendering stexinfo as texinfo
;;;;
-;;;; Copyright (C) 2009, 2012 Free Software Foundation, Inc.
+;;;; Copyright (C) 2009, 2012, 2013 Free Software Foundation, Inc.
;;;; Copyright (C) 2003,2004,2009 Andy Wingo <wingo at pobox dot com>
;;;;
;;;; This library is free software; you can redistribute it and/or
@@ -185,7 +185,8 @@
(define (wrap strings)
(fill-string (string-concatenate strings)
- #:line-width 72))
+ #:line-width 72
+ #:break-long-words? #f))
(define (paragraph exp lp command type formals args accum)
(list* "\n\n"