diff options
| -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 | 
