all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#55092: 29.0.50; [PATCH] * doc/misc/cl.texi (Program Structure): Fix typo.
@ 2022-04-24 14:45 Aleksandr Vityazev
  2022-04-24 15:20 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksandr Vityazev @ 2022-04-24 14:45 UTC (permalink / raw
  To: 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 @@ 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55092: 29.0.50; [PATCH] * doc/misc/cl.texi (Program Structure): Fix typo.
  2022-04-24 14:45 bug#55092: 29.0.50; [PATCH] * doc/misc/cl.texi (Program Structure): Fix typo Aleksandr Vityazev
@ 2022-04-24 15:20 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-04-24 15:20 UTC (permalink / raw
  To: Aleksandr Vityazev; +Cc: 55092

Aleksandr Vityazev <avityazev@posteo.org> writes:

> -(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)

Thanks; pushed to Emacs 29.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-24 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-24 14:45 bug#55092: 29.0.50; [PATCH] * doc/misc/cl.texi (Program Structure): Fix typo Aleksandr Vityazev
2022-04-24 15:20 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.