summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llama.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/llama.el b/llama.el
index ef80faa..e56ba69 100644
--- a/llama.el
+++ b/llama.el
@@ -158,7 +158,7 @@ It also looks a bit like #\\='function."
(when (and (= pos 1)
(aref args 1)
(not (equal data (aref args 1))))
- (error "%% and %%1 are mutually exclusive"))
+ (error "`%s' and `%s' are mutually exclusive" data (aref args 1)))
(aset args pos data)))))
((and (not (eq (car-safe data) '##))
(or (listp data)