summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-09-04 21:21:04 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-09-04 21:21:04 +0200
commit2d6f9c093ab8f5c29204c7cd82ba53253a2e8348 (patch)
tree7acce00c189ea3f1bc25ed27c795bdac97536a8e /doc
parentafa7fb40739992e22c7b4fd520ac6fac3d8e69c7 (diff)
downloadgeiser-chez-2d6f9c093ab8f5c29204c7cd82ba53253a2e8348.tar.gz
geiser-chez-2d6f9c093ab8f5c29204c7cd82ba53253a2e8348.tar.bz2
Documentation nit
Diffstat (limited to 'doc')
-rw-r--r--doc/repl.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/repl.texi b/doc/repl.texi
index b314172..fe345df 100644
--- a/doc/repl.texi
+++ b/doc/repl.texi
@@ -140,7 +140,9 @@ enter a new expression for evaluation old error messages are forgotten,
so that @kbd{M-g n} will always jump to errors related to the last
evaluation request, if any. If you prefer a not so forgetful REPL, set
the customization variable @code{geiser-repl-forget-old-errors-p} to
-@code{nil}.
+@code{nil}. Note, however, that even when that variable is left as
+@kdb{t}, you can always jump to an old error by moving to its line at
+the REPL and pressing return.
@node Autodoc and friends, Customization and tips, Completion and error handling, The REPL
@section Autodoc and friends