1
Fork 0
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:
Vibhav Pant 2017-02-05 21:51:05 +05:30
parent 490fc5a502
commit 382f6603ad

View file

@ -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) ...))"