diff options
| author | Vibhav Pant | 2017-02-05 21:51:05 +0530 |
|---|---|---|
| committer | Vibhav Pant | 2017-02-05 21:51:05 +0530 |
| commit | 382f6603ad4ba2a69b3961bdc68580ce77d222f9 (patch) | |
| tree | 022c75f3906aa3df3406eee4b01da9ebb73c9e92 | |
| parent | 490fc5a5029c0d8e527a0c7f423ba83fd6afda60 (diff) | |
| download | emacs-382f6603ad4ba2a69b3961bdc68580ce77d222f9.tar.gz emacs-382f6603ad4ba2a69b3961bdc68580ce77d222f9.zip | |
; Fix typo.
* lisp/emacs-lisp/bytecomp.el (byte-compile-cond-jump-table-info): Fix
typo in docstring.
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 4019 | "If CLAUSES is a `cond' form where: | 4019 | "If CLAUSES is a `cond' form where: |
| 4020 | The condition for each clause is of the form (TEST VAR VALUE). | 4020 | The condition for each clause is of the form (TEST VAR VALUE). |
| 4021 | VAR is a variable. | 4021 | VAR is a variable. |
| 4022 | TEST and VAR are the same throughtout all conditions. | 4022 | TEST and VAR are the same throughout all conditions. |
| 4023 | VALUE is either a constant or a quoted form. | 4023 | VALUE is either a constant or a quoted form. |
| 4024 | 4024 | ||
| 4025 | Return a list of the form ((TEST . VAR) ((VALUE BODY) ...))" | 4025 | Return a list of the form ((TEST . VAR) ((VALUE BODY) ...))" |