diff options
author | jao <jao@gnu.org> | 2021-05-04 03:52:39 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-05-04 03:52:39 +0100 |
commit | 4099dce8f5f17cce8f292cdf0bc1bf2e5cb6975c (patch) | |
tree | 63692769ac46798c488d7ce6b8d74ae168ad6b54 /doc | |
parent | 70c3d6d5d247836b2d9d988f204ce804ae5db67d (diff) | |
download | geiser-4099dce8f5f17cce8f292cdf0bc1bf2e5cb6975c.tar.gz geiser-4099dce8f5f17cce8f292cdf0bc1bf2e5cb6975c.tar.bz2 |
Documentation nit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/intro.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/intro.texi b/doc/intro.texi index 0e92513..5dce63a 100644 --- a/doc/intro.texi +++ b/doc/intro.texi @@ -40,14 +40,14 @@ implementation itself). If your favourite Scheme supports the above modus operandi, it has all that's needed for a bare-bones Geiser mode. But Geiser can, and will, use any metadata available: procedure arities and argument lists to -display interactive help, documentation strings, location information -to jump to definitions, export lists to provide completion, and so on -and so forth. Although this is not an all-or-none proposition (Geiser -can operate with just part of that functionality available), i -initially concentrated in supporting those Schemes with the richest -(to my knowledge) introspection capabilities, namely, Guile and -Racket. Later on, Dan Leslie added support for Chicken, and there's -active work to add support for scsh. +display interactive help, documentation strings, location information to +jump to definitions, export lists to provide completion, and so on and +so forth. Although this is not an all-or-none proposition (Geiser can +operate with just part of that functionality available), i initially +concentrated in supporting those Schemes with the richest (to my +knowledge) introspection capabilities, namely, Guile and Racket. Later +on, Dan Leslie added support for Chicken, and several other schemes +followed suit. @node Showing off, , Modus operandi, Introduction @section Showing off |