1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

; * lisp/emacs-lisp/cond-star.el (cond*): Fix typo.

This commit is contained in:
Sean Whitton 2024-10-01 09:15:44 +08:00
parent b64f69f6dc
commit 3e92f952aa

View File

@ -58,7 +58,7 @@ When a clause's condition is true, and it exits the `cond*'
or is the last clause, the value of the last expression
in its body becomes the return value of the `cond*' construct.
Mon-exit clause:
Non-exit clause:
If a clause has only one element, or if its first element is
t, or if it ends with the keyword :non-exit, then