summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-14 20:59:26 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-14 20:59:26 +0100
commit92dadf9e5fcec2a61c243f766e3d24558cb7042e (patch)
treef243e6ba39ef261c278e284826ff1a1edd44bbeb
parent0d3b1f8c0dcbb3a585a39bb60cc8ca6bd61d3df9 (diff)
downloadgeiser-guile-92dadf9e5fcec2a61c243f766e3d24558cb7042e.tar.gz
geiser-guile-92dadf9e5fcec2a61c243f766e3d24558cb7042e.tar.bz2
Typo
-rw-r--r--elisp/geiser-guile.el2
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.