diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2023-07-14 02:38:02 +0200 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2023-07-14 02:38:02 +0200 |
commit | dc25a8868f39c9f572b051e9a7ea2b68f65aa2b2 (patch) | |
tree | 0d7534fb3fb8a98a341c8824e6484e2b1824f0fa /doc/parens.texi | |
parent | 83305e6bb5f13d68f8e31d457605b02d2a10c014 (diff) | |
download | geiser-dc25a8868f39c9f572b051e9a7ea2b68f65aa2b2.tar.gz geiser-dc25a8868f39c9f572b051e9a7ea2b68f65aa2b2.tar.bz2 |
Fix typos
Diffstat (limited to 'doc/parens.texi')
-rw-r--r-- | doc/parens.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index db91f2d..82c2e2c 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -560,13 +560,13 @@ if you prefer to stay in the source buffer, set @code{geiser-debug-jump-to-debug} to nil. For schemes with good debug support (Guile is one), the debug buffers -offer a @i{debugging menu}, accesible via the @code{,} (that's a comma) +offer a @i{debugging menu}, accessible via the @code{,} (that's a comma) key. If you press it, a transient menu will appear, offering you a variety of actions, including showing local variable values or a more detailed backtrace or frame display. This is the same interface you'll encounter the in case of interrupted evaluations, either by your explicit @kbd{C-c C-i} command or because a breakpoint has been -previosuly set. +previously set. In addition, Geiser will sometimes report warnings for otherwise successful evaluations. In those cases, it won't enter the debugger, |