summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-07-20 00:46:46 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-07-20 00:46:46 +0200
commitd0ac61ce118cd8a5a49bf6515d17387bbe258357 (patch)
tree9f448378ed3ef1d9c7223220db53b87526d935ec /doc
parentdbc66666f5374165b5cf4980af11d9647b15a755 (diff)
downloadgeiser-chez-d0ac61ce118cd8a5a49bf6515d17387bbe258357.tar.gz
geiser-chez-d0ac61ce118cd8a5a49bf6515d17387bbe258357.tar.bz2
Doc nits.
Diffstat (limited to 'doc')
-rw-r--r--doc/repl.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/repl.texi b/doc/repl.texi
index 3541954..1b5d242 100644
--- a/doc/repl.texi
+++ b/doc/repl.texi
@@ -207,7 +207,7 @@ forget about the richness of the Scheme ecosystem with something like
default, that the corresponding Scheme binary is in your path. If that's
not the case, the variables to tweak are @var{geiser-guile-binary} and
@var{geiser-racket-binary}, which should be set to a string with the
-path to the adequate binary.
+full path to the requisite binary.
@subsubheading History
@@ -224,6 +224,13 @@ configuration includes the following line:
@file{geiser-history.racket} to live inside my home's @file{.emacs.d}
directory.
+@subsubheading Autodoc
+
+If you happen to love peace and quiet and prefer to keep your REPL's
+echo area free from autodoc's noise, @var{geiser-repl-autodoc-p} is the
+customization variable for you: set it to @code{nil} and autodoc will be
+disabled by default in new REPLs. You can always bring the fairies back,
+on a per REPL basis, using @kbd{C-c a}.
@c Local Variables:
@c mode: texinfo