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 | 032e8d1e4d30169238819d963003a00b013ab11e (patch) | |
tree | 9b9f5047ef179311a97d194770b94416d20b4f98 /doc/intro.texi | |
parent | 52dc30c7e6277e950fa3fab89030a258be0cfd9a (diff) | |
download | geiser-032e8d1e4d30169238819d963003a00b013ab11e.tar.gz geiser-032e8d1e4d30169238819d963003a00b013ab11e.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 |