[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] feature/byte-switch 382f660: ; Fix typo.
From: |
Vibhav Pant |
Subject: |
[Emacs-diffs] feature/byte-switch 382f660: ; Fix typo. |
Date: |
Sun, 5 Feb 2017 16:21:26 +0000 (UTC) |
branch: feature/byte-switch
commit 382f6603ad4ba2a69b3961bdc68580ce77d222f9
Author: Vibhav Pant <address@hidden>
Commit: Vibhav Pant <address@hidden>
; Fix typo.
* lisp/emacs-lisp/bytecomp.el (byte-compile-cond-jump-table-info): Fix
typo in docstring.
---
lisp/emacs-lisp/bytecomp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 7346dcc..bddf04a 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) ...))"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] feature/byte-switch 382f660: ; Fix typo.,
Vibhav Pant <=