diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-08-24 06:59:19 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-08-24 06:59:19 +0200 |
commit | b44071cd31a77f18ac2daa5a6fe6a10cfa1384c8 (patch) | |
tree | 6844adea96c29bd082b65070047e17bcc6ae7d83 /doc/geiser.texi | |
parent | 7711c737109013110a706346903fd9c0a3e25660 (diff) | |
download | geiser-guile-b44071cd31a77f18ac2daa5a6fe6a10cfa1384c8.tar.gz geiser-guile-b44071cd31a77f18ac2daa5a6fe6a10cfa1384c8.tar.bz2 |
More documentation.
Diffstat (limited to 'doc/geiser.texi')
-rw-r--r-- | doc/geiser.texi | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/doc/geiser.texi b/doc/geiser.texi index e94f719..afd71e9 100644 --- a/doc/geiser.texi +++ b/doc/geiser.texi @@ -46,10 +46,6 @@ The document was typeset with @node Top, Introduction, (dir), (dir) @top Geiser -@include top.texi - -@insertcopying - @menu * Introduction:: * Installation:: @@ -60,6 +56,15 @@ The document was typeset with @detailmenu --- The Detailed Node Listing --- +Geiser + +* Introduction:: +* Installation:: +* The REPL:: +* Fun between the parens:: +* Index:: + + Introduction * Modus operandi:: @@ -79,9 +84,31 @@ The REPL * Let Geiser spy:: * Customization and tips:: +Fun between the parens + +* Activating Geiser:: +* The source and the REPL:: +* Documentation helpers:: +* Evaluating Scheme code:: +* Jumping around:: +* Geiser writes for you:: + @end detailmenu @end menu +@include top.texi + +@insertcopying + +@menu +* Introduction:: +* Installation:: +* The REPL:: +* Fun between the parens:: +* Index:: + +@end menu + @end ifnottex @include intro.texi |