branch: elpa/llama commit a938ac0ae7890cfaf3281beb13f5c2fa75b337fa Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Fix typo --- README.md | 2 +- llama.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75c89219c9..8e7b2cdebe 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 a52f20d504..85fc1dc496 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