branch: elpa/geiser-guile
commit 92dadf9e5fcec2a61c243f766e3d24558cb7042e
Author: Jose Antonio Ortega Ruiz <[email protected]>
Commit: Jose Antonio Ortega Ruiz <[email protected]>
Typo
---
elisp/geiser-guile.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.