diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2023-09-01 00:27:22 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2023-09-01 00:27:22 +0200 |
| commit | a938ac0ae7890cfaf3281beb13f5c2fa75b337fa (patch) | |
| tree | 69c2bc2fa15a4b28b9c38661d7df605438dcc8a1 | |
| parent | beddc6a85787e2a95910e284076c162068c6f0de (diff) | |
Fix typo
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | llama.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |
