From 8c576e85231cb3bb74b767b9ab88479f38df87e4 Mon Sep 17 00:00:00 2001 From: Gautier Ponsinet Date: Sun, 11 Aug 2024 14:52:11 +0200 Subject: [PATCH] Fix a typo in the doc-strings of cond* * lisp/emacs-lisp/cond-star.el (cond*): Fix a typo in the doc-strings. --- lisp/emacs-lisp/cond-star.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/cond-star.el b/lisp/emacs-lisp/cond-star.el index 5e8564c29c2..b1a7391a5b0 100644 --- a/lisp/emacs-lisp/cond-star.el +++ b/lisp/emacs-lisp/cond-star.el @@ -35,7 +35,7 @@ ;;; prevents that by adding t at the front of its value. (defmacro cond* (&rest clauses) "Extended form of traditional Lisp `cond' construct. A `cond*' construct is a series of clauses, and a clause -normally has the form (CONDITION BDOY...). +normally has the form (CONDITION BODY...). CONDITION can be a Lisp expression, as in `cond'. Or it can be `(bind* BINDINGS...)' or `(match* PATTERN DATUM)'. -- 2.46.0