[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master d60f3d5dd4b 1/2: ; Fix a typo in the doc-strings of cond*
From: |
Eli Zaretskii |
Subject: |
master d60f3d5dd4b 1/2: ; Fix a typo in the doc-strings of cond* |
Date: |
Sun, 11 Aug 2024 10:18:38 -0400 (EDT) |
branch: master
commit d60f3d5dd4b753f23f99d862b0a051af9a8ca930
Author: Gautier Ponsinet <gautier@gautierponsinet.xyz>
Commit: Eli Zaretskii <eliz@gnu.org>
; Fix a typo in the doc-strings of cond*
* lisp/emacs-lisp/cond-star.el (cond*): Fix a typo in the
doc-string. (Bug#72576)
---
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 @@
(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)'.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master d60f3d5dd4b 1/2: ; Fix a typo in the doc-strings of cond*,
Eli Zaretskii <=