]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo.
authorVibhav Pant <vibhavp@gmail.com>
Sun, 5 Feb 2017 16:21:05 +0000 (21:51 +0530)
committerVibhav Pant <vibhavp@gmail.com>
Sun, 5 Feb 2017 16:21:05 +0000 (21:51 +0530)
* lisp/emacs-lisp/bytecomp.el (byte-compile-cond-jump-table-info): Fix
  typo in docstring.

lisp/emacs-lisp/bytecomp.el

index 7346dccdad128d43bbe380a91ae6dad5b0cc8b24..bddf04af6782d02486699c5a6a910862affe646a 100644 (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) ...))"