[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master b3e009ba98: Fix typo in cl.texi example
From: |
Lars Ingebrigtsen |
Subject: |
master b3e009ba98: Fix typo in cl.texi example |
Date: |
Sun, 24 Apr 2022 11:20:51 -0400 (EDT) |
branch: master
commit b3e009ba9834c187160ecb99d34fb1f8bd222eed
Author: Aleksandr Vityazev <avityazev@posteo.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
Fix typo in cl.texi example
* doc/misc/cl.texi (Argument Lists): Fix typo (bug#55092).
---
doc/misc/cl.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index 2008f5a079..6134b97751 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -444,7 +444,7 @@ the ``rest'' argument is bound to the keyword list as it
appears
in the call. For example:
@example
-(cl-defun find-thing (thing &rest rest &key need &allow-other-keys)
+(cl-defun find-thing (thing thing-list &rest rest &key need &allow-other-keys)
(or (apply 'cl-member thing thing-list :allow-other-keys t rest)
(if need (error "Thing not found"))))
@end example
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master b3e009ba98: Fix typo in cl.texi example,
Lars Ingebrigtsen <=