diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-14 20:59:26 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-14 20:59:26 +0100 |
commit | e061494c211c86001f8391f331e2a9f3df0d17ae (patch) | |
tree | 4e7f94d6dbce69f3d9c4130cf51cb2316fa5da2c /elisp | |
parent | a07fcbb866082f533acbe89e028d05d4a3904b2a (diff) | |
download | geiser-guile-e061494c211c86001f8391f331e2a9f3df0d17ae.tar.gz geiser-guile-e061494c211c86001f8391f331e2a9f3df0d17ae.tar.bz2 |
Typo
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/geiser-guile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-guile.el b/elisp/geiser-guile.el index 865c7fc..9e6446d 100644 --- a/elisp/geiser-guile.el +++ b/elisp/geiser-guile.el @@ -67,7 +67,7 @@ If `t', Geiser will use `next-error' to jump to the error's location." (geiser-custom--defcustom geiser-guile-warning-level 'medium "Verbosity of the warnings reported by Guile. -You can choose either one of the predefined warning sets, or +You can either choose one of the predefined warning sets, or provide a list of symbols identifying the ones you want. Possible choices are arity-mismatch, unbound-variable, unused-variable and unused-toplevel. Unrecognised symbols are ignored. |