summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2023-09-01 00:27:22 +0200
committerJonas Bernoulli <jonas@bernoul.li>2023-09-01 00:27:22 +0200
commita938ac0ae7890cfaf3281beb13f5c2fa75b337fa (patch)
tree69c2bc2fa15a4b28b9c38661d7df605438dcc8a1
parentbeddc6a85787e2a95910e284076c162068c6f0de (diff)
Fix typo
-rw-r--r--README.md2
-rw-r--r--llama.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 75c8921..8e7b2cd 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ which would be difficult to get merged into Emacs. Past attempts
to add syntax were met with determined pushback and the use of a
macro was suggested as an alternative.
-The `##` macro, whose signature is `(## FN &rest args)`, expands
+The `##` macro, whose signature is `(## FN &rest ARGS)`, expands
to a `lambda` expression, which wraps around its arguments.
This `lambda` expression calls the function FN with arguments
diff --git a/llama.el b/llama.el
index a52f20d..85fc1dc 100644
--- a/llama.el
+++ b/llama.el
@@ -31,7 +31,7 @@
;; to add syntax were met with determined pushback and the use of a
;; macro was suggested as an alternative.
-;; The `##' macro, whose signature is (## FN &rest args), expands
+;; The `##' macro, whose signature is (## FN &rest ARGS), expands
;; to a `lambda' expression, which wraps around its arguments.
;; This `lambda' expression calls the function FN with arguments