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 | 741976424b6d3cbe5b4266e6ce0a8831311949d2 (patch) | |
| tree | da9f053fcd3950e07b2ca6a4f345b70852e37d3b /doc | |
| parent | 4d28d05f0959a5d459d1074db2243a2ad61e2ff0 (diff) | |
| download | geiser-741976424b6d3cbe5b4266e6ce0a8831311949d2.tar.gz geiser-741976424b6d3cbe5b4266e6ce0a8831311949d2.tar.bz2 | |
A bit of documentation
Diffstat (limited to 'doc')
| -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 | 
