diff options
-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 ad55d0b..fb7eeb1 100644 --- a/elisp/geiser-debug.el +++ b/elisp/geiser-debug.el @@ -47,7 +47,7 @@ (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 |