diff options
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r-- | doc/ref/scheme-using.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi index e07b1481a..f6c2136e7 100644 --- a/doc/ref/scheme-using.texi +++ b/doc/ref/scheme-using.texi @@ -311,6 +311,14 @@ Show local variables. Show locally-bound variables in the selected frame. @end deffn +@deffn {REPL Command} error-message +@deffnx {REPL Command} error +Show error message. + +Display the message associated with the error that started the current +debugging REPL. +@end deffn + @c FIXME: whenever we regain support for stepping, here are the docs.. @c The commands in this subsection all apply only when the stack is |