bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55092: 29.0.50; [PATCH] * doc/misc/cl.texi (Program Structure): Fix


From: Aleksandr Vityazev
Subject: bug#55092: 29.0.50; [PATCH] * doc/misc/cl.texi (Program Structure): Fix typo.
Date: Sun, 24 Apr 2022 14:45:58 +0000

---
 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 @@ Argument Lists
 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
-- 
2.35.1



-- 

Aleksandr Vityazev





reply via email to

[Prev in Thread] Current Thread [Next in Thread]