diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-05 02:31:52 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-05 02:31:52 +0200 |
commit | e1fbc2cf7fcd9a0bb77b1f9c0d8fe9d28102d6de (patch) | |
tree | 4d0574b07f9e2cefd6728b3c279702eb2eb31255 /doc | |
parent | 0628b1b2180896edbc0ab6b472860fc951cd5445 (diff) | |
download | geiser-guile-e1fbc2cf7fcd9a0bb77b1f9c0d8fe9d28102d6de.tar.gz geiser-guile-e1fbc2cf7fcd9a0bb77b1f9c0d8fe9d28102d6de.tar.bz2 |
Typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/repl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index fe345df..93632fb 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -141,7 +141,7 @@ 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}. 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 +@kbd{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 |