all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aleksandr Vityazev <avityazev@posteo.org>
To: 55092@debbugs.gnu.org
Subject: bug#55092: 29.0.50; [PATCH] * doc/misc/cl.texi (Program Structure): Fix typo.
Date: Sun, 24 Apr 2022 14:45:58 +0000	[thread overview]
Message-ID: <d82db0a626df164910b08a586e70bb291cb955ad.1650811408.git.avityazev@posteo.org> (raw)

---
 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	other threads:[~2022-04-24 14:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-24 14:45 Aleksandr Vityazev [this message]
2022-04-24 15:20 ` bug#55092: 29.0.50; [PATCH] * doc/misc/cl.texi (Program Structure): Fix typo Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d82db0a626df164910b08a586e70bb291cb955ad.1650811408.git.avityazev@posteo.org \
    --to=avityazev@posteo.org \
    --cc=55092@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.