summaryrefslogtreecommitdiff
path: root/doc/repl.texi
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
commite181f09fce76b2fe8b870ec52dad1247c8947645 (patch)
treed4556fafa313698ff81c424f0255ec63fd3cf324 /doc/repl.texi
parentfb58ec28796138f39bb74a3fde56ce134256a457 (diff)
downloadgeiser-e181f09fce76b2fe8b870ec52dad1247c8947645.tar.gz
geiser-e181f09fce76b2fe8b870ec52dad1247c8947645.tar.bz2
Doc nits.
Diffstat (limited to 'doc/repl.texi')
-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