diff options
-rw-r--r-- | doc/parens.texi | 6 | ||||
-rw-r--r-- | doc/repl.texi | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index ff7f5fe..27ed8fe 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -200,9 +200,9 @@ really handy, if you ask me. @cindex switching schemes If for some reason you're not happy with the Scheme implementation that Geiser has assigned to your file, you can change it with @kbd{C-c C-s}, -and probably take a look at @alt{@ref{repl-association,,the previous -subsection}, the previous subsection} to make sure that Geiser doesn't -get confused again. +and you probably should take a look at @alt{@ref{repl-association,,the +previous subsection}, the previous subsection} to make sure that Geiser +doesn't get confused again. @subsubheading A note about context As explained before (@pxref{Modus operandi}), all Geiser activities take diff --git a/doc/repl.texi b/doc/repl.texi index 3b35e49..be12f4d 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -336,7 +336,7 @@ If you happen to love peace and quiet and prefer to keep your REPL's echo area free from autodoc's noise, @code{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 C-a}. +back, on a per-REPL basis, using @kbd{C-c C-d C-a}. @subsubheading Remote connections |