1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

Refer to manual for details of new pretty-print options.

This commit is contained in:
Kevin Ryde 2004-02-12 00:33:58 +00:00
parent ad94d5ced5
commit 71f271b2bb

2
NEWS
View file

@ -516,7 +516,7 @@ interned or not.
The function pretty-print from the (ice-9 pretty-print) module can now The function pretty-print from the (ice-9 pretty-print) module can now
also be invoked with keyword arguments that control things like also be invoked with keyword arguments that control things like
maximum output width. See its online documentation. maximum output width. See the manual for details.
** Variables have no longer a special behavior for `equal?'. ** Variables have no longer a special behavior for `equal?'.