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 | fb599601205edfcb0d2753f837d563e6ee59fd57 (patch) | |
tree | a4eebbfc216efe709e88265ec02e7f8a42e8b55a /doc/geiser.texi | |
parent | 3be75a9289bed76a1b96363c1a380d9371cf5f66 (diff) | |
download | geiser-fb599601205edfcb0d2753f837d563e6ee59fd57.tar.gz geiser-fb599601205edfcb0d2753f837d563e6ee59fd57.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 |