diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-06 00:41:07 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-06 00:41:07 +0200 |
commit | c133d5c569e53edc0ccf89c783be668061902c02 (patch) | |
tree | bd12f16371dbea45ad8a90dc1d4baf52a14cdd04 | |
parent | 098070ce89f21d692261fe49d07319ee1d7fdd66 (diff) | |
download | geiser-guile-c133d5c569e53edc0ccf89c783be668061902c02.tar.gz geiser-guile-c133d5c569e53edc0ccf89c783be668061902c02.tar.bz2 |
Whitespace.
-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 |