summaryrefslogtreecommitdiff
path: root/doc/ref/api-options.texi
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2005-09-04 21:31:05 +0000
committerMarius Vollmer <mvo@zagadka.de>2005-09-04 21:31:05 +0000
commit227eafdb3cb4510b866f5d9e43975562e8700b2d (patch)
tree9cae8603c915b65023da2f55ed77ab04ff9f81db /doc/ref/api-options.texi
parent7b4a9e526e3b9f998ed99da69daf7d4eff21011d (diff)
downloadguile-227eafdb3cb4510b866f5d9e43975562e8700b2d.tar.gz
Updated print-options.
Diffstat (limited to 'doc/ref/api-options.texi')
-rw-r--r--doc/ref/api-options.texi14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi
index 9d65b590f..7caba0c78 100644
--- a/doc/ref/api-options.texi
+++ b/doc/ref/api-options.texi
@@ -513,8 +513,18 @@ Here is the list of print options generated by typing
values.
@smallexample
-source no Print closures with source.
-closure-hook #f Hook for printing closures.
+quote-keywordish-symbols reader How to print symbols that have a colon
+ as their first or last character. The
+ value '#f' does not quote the colons;
+ '#t' quotes them; 'reader' quotes
+ them when the reader option
+ 'keywords' is not '#f'.
+
+highlight-prefix @{ The string to print before highlighted values.
+highlight-suffix @} The string to print after highlighted values.
+
+source no Print closures with source.
+closure-hook #f Hook for printing closures.
@end smallexample