diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-24 01:10:45 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-24 01:10:45 +0100 |
commit | bc18b4415820b82af4e53158f80e74b2225c27ef (patch) | |
tree | 377279a3d4d17697e5af12c73424c563bc2fb938 /doc/repl.texi | |
parent | 961349906f0e48139152ac1b77fa0a2273bbdbbb (diff) | |
download | geiser-guile-bc18b4415820b82af4e53158f80e74b2225c27ef.tar.gz geiser-guile-bc18b4415820b82af4e53158f80e74b2225c27ef.tar.bz2 |
More documentation nits0.1.1
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index f5e426f..feb47c4 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -198,9 +198,10 @@ 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}. Note, however, that even when that variable is left as @kbd{t}, you can always jump to an old error by moving to its line at -the REPL and pressing @kbd{RET}. When your cursor is away from the last -prompt, @kbd{TAB} will move to the next error in the buffer, and you can -use @kbd{BACKTAB} everywhere to go to the previous one. +the REPL and pressing @kbd{@key{RET}}. When your cursor is away from +the last prompt, @kbd{@key{TAB}} will move to the next error in the +buffer, and you can use @kbd{@key{BACKTAB}} everywhere to go to the +previous one. @node Autodoc and friends, Customization and tips, Completion and error handling, The REPL @section Autodoc and friends |