diff options
Diffstat (limited to 'elisp/geiser-debug.el')
-rw-r--r-- | elisp/geiser-debug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-debug.el b/elisp/geiser-debug.el index 51fa9e5..9c652fe 100644 --- a/elisp/geiser-debug.el +++ b/elisp/geiser-debug.el @@ -107,7 +107,7 @@ See also `geiser-repl-auto-display-images-p'." (geiser-impl--define-caller geiser-debug--display-error display-error (module key message) - "This method takes 3 parameters (a module name, the error key, + "This method takes 3 parameters (a module name, the error key, and the accompanying error message) and should display (in the current buffer) a formatted version of the error. If the error was successfully displayed, the call should evaluate to a |