diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-30 15:58:13 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-30 15:58:13 +0100 |
commit | 4826d33808c8c54bbe455639c942fc3f789383c0 (patch) | |
tree | 5b7105d8fe8be61bc0c28b1da1efe410a70ac3e5 /doc/parens.texi | |
parent | d2601ace1339835acd542e2fa03d214b38c1f663 (diff) | |
download | geiser-guile-4826d33808c8c54bbe455639c942fc3f789383c0.tar.gz geiser-guile-4826d33808c8c54bbe455639c942fc3f789383c0.tar.bz2 |
A bit of documentation
Diffstat (limited to 'doc/parens.texi')
-rw-r--r-- | doc/parens.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index 63c6d94..4863ac4 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -219,11 +219,13 @@ in @ref{To eval or not to eval}) their signatures will start appearing in the echo area. @cindex disabling autodoc +@cindex manual autodoc Autodoc activation is controlled by a minor mode, @code{geiser-autodoc}, which you can toggle with @kbd{M-x geiser-autodoc}, or its associated 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 +mode-line is telling you that autodoc is active. If you prefer that it +be inactive by default (e.g., because you're connecting to a really +remote scheme and want to minimize network exchanges), 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 |