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 | d2601ace1339835acd542e2fa03d214b38c1f663 (patch) | |
tree | f1f8b42e59c476c59b45047c16cd45327f3615a9 /doc/parens.texi | |
parent | b355f7fb31d19ac680eef38005035a95414a2612 (diff) | |
download | geiser-guile-d2601ace1339835acd542e2fa03d214b38c1f663.tar.gz geiser-guile-d2601ace1339835acd542e2fa03d214b38c1f663.tar.bz2 |
New command: "manual" autodoc (C-c C-d s)
Diffstat (limited to 'doc/parens.texi')
-rw-r--r-- | doc/parens.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index 6bd5e5f..63c6d94 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -225,6 +225,9 @@ keyboard shortcut, @kbd{C-c C-d a}. That @t{/A} indicator in the mode-line is telling you that autodoc is active. If you prefer, for some obscure reason, that it be inactive by default, just set @code{geiser-mode-autodoc-p} to @code{nil} in your customization files. +Even when autodoc mode is off, you can use @code{geiser-autodoc-show}, +bound by default to @kbd{C-c C-d s}, to show the autodoc string for the +symbol at point. @cindex autodoc explained @img{autodoc-scm, right} The way autodoc displays information deserves @@ -327,7 +330,7 @@ You can also jump directly to the manual page for the symbol at point with the command @code{geiser-doc-look-up-manual}, bound to @kbd{C-c C-d i}. -See also our @ref{Documentation browser,,cheat-sheet} for a list of +See our @ref{Documentation browser,,cheat-sheet} for a list of all navigation commands available in the documentation browser. @node To eval or not to eval, To err perchance to debug, Documentation helpers, Between the parens |