mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
; Fix typo.
* lisp/emacs-lisp/bytecomp.el (byte-compile-cond-jump-table-info): Fix typo in docstring.
This commit is contained in:
parent
490fc5a502
commit
382f6603ad
1 changed files with 1 additions and 1 deletions
|
|
@ -4019,7 +4019,7 @@ that suppresses all warnings during execution of BODY."
|
|||
"If CLAUSES is a `cond' form where:
|
||||
The condition for each clause is of the form (TEST VAR VALUE).
|
||||
VAR is a variable.
|
||||
TEST and VAR are the same throughtout all conditions.
|
||||
TEST and VAR are the same throughout all conditions.
|
||||
VALUE is either a constant or a quoted form.
|
||||
|
||||
Return a list of the form ((TEST . VAR) ((VALUE BODY) ...))"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue