diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-16 03:36:49 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-16 03:38:07 +0200 |
commit | bb25fc4b46e9b82d9e0f119e30f2bda30c5e12d0 (patch) | |
tree | 80c0f7eaa808e8d3d4d661835b4b709794ea8cda /doc/geiser.texi | |
parent | fcfcf8f8dfd0a01dd269822fe9e44716f86be3c1 (diff) | |
download | geiser-guile-bb25fc4b46e9b82d9e0f119e30f2bda30c5e12d0.tar.gz geiser-guile-bb25fc4b46e9b82d9e0f119e30f2bda30c5e12d0.tar.bz2 |
Manual: cheat sheet
Diffstat (limited to 'doc/geiser.texi')
-rw-r--r-- | doc/geiser.texi | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/geiser.texi b/doc/geiser.texi index 9f95d9b..d958a01 100644 --- a/doc/geiser.texi +++ b/doc/geiser.texi @@ -46,13 +46,12 @@ The document was typeset with @node Top, Introduction, (dir), (dir) @top Geiser -@include top.texi - @menu * Introduction:: * Installation:: * The REPL:: * Fun between the parens:: +* Cheat sheet:: * Index:: @detailmenu @@ -97,9 +96,17 @@ Fun between the parens * Jumping around:: * Geiser writes for you:: +Cheat sheet + +* Scheme buffers:: +* REPL:: +* Documentation browser:: + @end detailmenu @end menu +@include top.texi + @insertcopying @end ifnottex @@ -108,6 +115,7 @@ Fun between the parens @include install.texi @include repl.texi @include fun.texi +@include cheat.texi @include index.texi @bye |