~tarsius/llama

a938ac0ae7890cfaf3281beb13f5c2fa75b337fa — Jonas Bernoulli 3 months ago beddc6a main
Fix typo
2 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M llama.el
M README.md => README.md +1 -1
@@ 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

M llama.el => llama.el +1 -1
@@ 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