From: Vibhav Pant Date: Sun, 5 Feb 2017 16:21:05 +0000 (+0530) Subject: ; Fix typo. X-Git-Tag: emacs-26.0.90~861 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=382f6603ad4ba2a69b3961bdc68580ce77d222f9;p=emacs.git ; Fix typo. * lisp/emacs-lisp/bytecomp.el (byte-compile-cond-jump-table-info): Fix typo in docstring. --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 7346dccdad1..bddf04af678 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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) ...))"