diff --git a/src/lsp/defmacro.lsp b/src/lsp/defmacro.lsp index 1c8d3d3fb..df0ebf984 100644 --- a/src/lsp/defmacro.lsp +++ b/src/lsp/defmacro.lsp @@ -77,7 +77,7 @@ (err nil)) ((null tail) (when (and err (not allow-other-keys)) - (error "They key ~s is not allowed" err))) + (error "The key ~s is not allowed" err))) (if (atom tail) (error "keyword list is not a proper list") (setq head (car tail) tail (cdr tail)))