summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-10-02 20:05:29 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-10-02 20:05:29 +0200
commit89affb8ad83c77d2fb5488644e655ddbf718b610 (patch)
tree4870862f07c352076f93884b6ee813b7f6a9b564 /README.org
parentfe7999efef52a9b0d22a99d8028007a330dd0aa4 (diff)
Complete correction of outdated examples
Finish [1: cea812d]. 1: 2024-05-20 cea812d16129749deb524771e615a4a831604a83 Correct outdated examples
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 1f9dd6b..43411a0 100644
--- a/README.org
+++ b/README.org
@@ -27,7 +27,7 @@ instead of ~&1~.
Instead of:
#+begin_src emacs-lisp
- (lambda (a _ &optional c &rest d)
+ (lambda (a &optional _ c &rest d)
(foo a (bar c) d))
#+end_src