summaryrefslogtreecommitdiff
path: root/doc/ref/api-evaluation.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2012-01-12 00:32:00 +0100
committerAndy Wingo <wingo@pobox.com>2012-01-12 00:32:00 +0100
commite2e8ca42405133edda17d6a679985b9569059406 (patch)
tree40e024f1cbab3b6a1896781235c28b5b089a92da /doc/ref/api-evaluation.texi
parentf43622a27b98ae2d44cd1a5d35c95309cc617c5c (diff)
downloadguile-e2e8ca42405133edda17d6a679985b9569059406.tar.gz
print-options doc update
* doc/ref/api-evaluation.texi (Scheme Write): Update print-options.
Diffstat (limited to 'doc/ref/api-evaluation.texi')
-rw-r--r--doc/ref/api-evaluation.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi
index 6a09bef60..2e48dcbe2 100644
--- a/doc/ref/api-evaluation.texi
+++ b/doc/ref/api-evaluation.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
-@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2011
+@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2011, 2012
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@@ -417,6 +417,8 @@ quote-keywordish-symbols reader How to print symbols that have a colon
'#t' quotes them; 'reader' quotes them
when the reader option 'keywords' is
not '#f'.
+escape-newlines yes Render newlines as \n when printing
+ using `write'.
@end smalllisp
These options may be modified with the print-set! syntax.