Fixed typo in error message (A. Hefner)

This commit is contained in:
Juan Jose Garcia Ripoll 2010-03-19 19:19:44 +01:00
parent d4fcc7f9c7
commit f636863165

View file

@ -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)))