diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-30 15:44:09 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-30 15:44:09 +0100 |
commit | 4d28d05f0959a5d459d1074db2243a2ad61e2ff0 (patch) | |
tree | 37c71c5b93215e5da0c8083854c7064d5d90dcfb /doc/cheat.texi | |
parent | 6af91c60dc7d3476308ff1a48cf2e0bd5e0a7079 (diff) | |
download | geiser-4d28d05f0959a5d459d1074db2243a2ad61e2ff0.tar.gz geiser-4d28d05f0959a5d459d1074db2243a2ad61e2ff0.tar.bz2 |
New command: "manual" autodoc (C-c C-d s)
Diffstat (limited to 'doc/cheat.texi')
-rw-r--r-- | doc/cheat.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/cheat.texi b/doc/cheat.texi index 35d57de..3147ccf 100644 --- a/doc/cheat.texi +++ b/doc/cheat.texi @@ -1,6 +1,11 @@ @node Cheat sheet, No hacker is an island, Between the parens, Top @chapter Cheat sheet +In the tables below, triple chords always accept a variant with the +third key not modified by @key{Control}; e.g., +@code{geiser-autodoc-show} is bound both to @kbd{C-c C-d C-s} and +@kbd{C-c C-d s}. + @menu * Scheme buffers:: * REPL:: @@ -74,6 +79,9 @@ @item C-c C-d C-d @tab geiser-doc-symbol-at-point @tab See documentation for identifier at point +@item C-c C-d C-s +@tab geiser-autodoc-show +@tab Show signature or value for identifier at point in echo area @item C-c C-d C-m @tab geiser-doc-module @tab See a list of a module's exported identifiers |