From 3a1195894e55db5c48c4a337bff5f6e58ce356f5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 23 Feb 2025 07:51:44 +0200 Subject: ; * lisp/emacs-lisp/cond-star.el (cond*): Fix whitespace. --- lisp/emacs-lisp/cond-star.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/cond-star.el b/lisp/emacs-lisp/cond-star.el index c955e14f548..18a1c344860 100644 --- a/lisp/emacs-lisp/cond-star.el +++ b/lisp/emacs-lisp/cond-star.el @@ -53,7 +53,7 @@ or `(pcase* PATTERN DATUM)', `(bind* BINDINGS...)' means to bind BINDINGS (as if they were in `let*') for the body of the clause, and all subsequent clauses, since the `bind*' clause is always a non-exit clause. As a condition, it counts as true -and runs the body of the clause if the first binding's value is non-nil. +and runs the body of the clause if the first binding's value is non-nil. `(match* PATTERN DATUM)' means to match DATUM against the pattern PATTERN For its patterns, see `match*'. -- cgit v1.2.3