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 | c0a2fa783ea41ab05703d7ea1136f78c92f9f141 (patch) | |
tree | 676148a550573b31cb62b752176505b050bcad06 /doc/geiser.texi | |
parent | 2319ffac96cca89f1df49d49e05da10652ac1afb (diff) | |
download | geiser-c0a2fa783ea41ab05703d7ea1136f78c92f9f141.tar.gz geiser-c0a2fa783ea41ab05703d7ea1136f78c92f9f141.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 |