diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-05 03:33:52 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-05 03:33:52 +0200 |
commit | 6c5ab9fbb37f6691395ddcc8b985819b7809cac4 (patch) | |
tree | a0034a9e4611c8f5886f192ab6a10b99c4bd5367 /elisp/geiser-repl.el | |
parent | 8fa762ae053d6d2523e59f86c273f64cc421d8ad (diff) | |
download | geiser-guile-6c5ab9fbb37f6691395ddcc8b985819b7809cac4.tar.gz geiser-guile-6c5ab9fbb37f6691395ddcc8b985819b7809cac4.tar.bz2 |
Guile: fixes for compilation error regexps
Diffstat (limited to 'elisp/geiser-repl.el')
-rw-r--r-- | elisp/geiser-repl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el index b8bb86d..1c2a95a 100644 --- a/elisp/geiser-repl.el +++ b/elisp/geiser-repl.el @@ -83,7 +83,7 @@ implementation name gets appended to it." "Whether to forget old errors upon entering a new expression. When on (the default), every time a new expression is entered in -the REPL old error messages are flushed, and using [[next-error]] +the REPL old error messages are flushed, and using \\[next-error] afterwards will jump only to error locations produced by the new expression, if any." :type 'boolean |