diff options
| author | Paul Eggert | 2011-12-18 22:21:24 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-18 22:21:24 -0800 |
| commit | 99d990817cac77ba755b4e31722c44f6f6bbe3b0 (patch) | |
| tree | 20ede6f28ea8785e182ee29d753a547409dd39c4 /admin | |
| parent | 3771cb1735b47102e7f94187bcdeb1a4644a557e (diff) | |
| download | emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.tar.gz emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.zip | |
Spelling fixes.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/grammars/bovine-grammar.el | 2 | ||||
| -rw-r--r-- | admin/grammars/js.wy | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/grammars/bovine-grammar.el b/admin/grammars/bovine-grammar.el index eda7b42adbd..a7fe955acf4 100644 --- a/admin/grammars/bovine-grammar.el +++ b/admin/grammars/bovine-grammar.el | |||
| @@ -298,7 +298,7 @@ VALUE is a value, or range of values to match against. For | |||
| 298 | example, a SYMBOL might need to match \"foo\". Some TYPES will not | 298 | example, a SYMBOL might need to match \"foo\". Some TYPES will not |
| 299 | have matching criteria. | 299 | have matching criteria. |
| 300 | 300 | ||
| 301 | LAMBDA is a lambda expression which is evaled with the text of the | 301 | LAMBDA is a lambda expression which is evalled with the text of the |
| 302 | type when it is found. It is passed the list of all buffer text | 302 | type when it is found. It is passed the list of all buffer text |
| 303 | elements found since the last lambda expression. It should return a | 303 | elements found since the last lambda expression. It should return a |
| 304 | semantic element (see below.) | 304 | semantic element (see below.) |
diff --git a/admin/grammars/js.wy b/admin/grammars/js.wy index a13abf56e6e..ffa324806cf 100644 --- a/admin/grammars/js.wy +++ b/admin/grammars/js.wy | |||
| @@ -66,7 +66,7 @@ | |||
| 66 | ;; Other Goals | 66 | ;; Other Goals |
| 67 | %start FormalParameterList | 67 | %start FormalParameterList |
| 68 | 68 | ||
| 69 | ;; with the terminals stuff, I used the javacript.y names, | 69 | ;; with the terminals stuff, I used the javascript.y names, |
| 70 | ;; but the semantic/wisent/java-tags.wy types | 70 | ;; but the semantic/wisent/java-tags.wy types |
| 71 | ;; when possible | 71 | ;; when possible |
| 72 | ;; ------------------ | 72 | ;; ------------------ |