diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-02 23:06:03 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-02 23:06:03 +0200 |
commit | a0576387d7eaf3ef9d10d77630544b733fc51b76 (patch) | |
tree | 9306b2f39d01aac8a8905a296bb941de02834c4e /doc/intro.texi | |
parent | 3439cf7784cd6f1e18e5c71797f904575dac0271 (diff) | |
download | geiser-guile-a0576387d7eaf3ef9d10d77630544b733fc51b76.tar.gz geiser-guile-a0576387d7eaf3ef9d10d77630544b733fc51b76.tar.bz2 |
Image support documented in user manual
Diffstat (limited to 'doc/intro.texi')
-rw-r--r-- | doc/intro.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/intro.texi b/doc/intro.texi index 57e4fb5..00207cd 100644 --- a/doc/intro.texi +++ b/doc/intro.texi @@ -80,6 +80,9 @@ Rudimentary support for debugging (when the REPL provides a debugger) and error navigation. @item Support for multiple, simultaneous REPLs. +@item +Support for image display in those Schemes that treat them as first +class values. @end itemize In the following pages, i'll try to explain what these features |