aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2011-12-18 22:21:24 -0800
committerPaul Eggert2011-12-18 22:21:24 -0800
commit99d990817cac77ba755b4e31722c44f6f6bbe3b0 (patch)
tree20ede6f28ea8785e182ee29d753a547409dd39c4 /admin
parent3771cb1735b47102e7f94187bcdeb1a4644a557e (diff)
downloademacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.tar.gz
emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.zip
Spelling fixes.
Diffstat (limited to 'admin')
-rw-r--r--admin/grammars/bovine-grammar.el2
-rw-r--r--admin/grammars/js.wy2
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
298example, a SYMBOL might need to match \"foo\". Some TYPES will not 298example, a SYMBOL might need to match \"foo\". Some TYPES will not
299have matching criteria. 299have matching criteria.
300 300
301LAMBDA is a lambda expression which is evaled with the text of the 301LAMBDA is a lambda expression which is evalled with the text of the
302type when it is found. It is passed the list of all buffer text 302type when it is found. It is passed the list of all buffer text
303elements found since the last lambda expression. It should return a 303elements found since the last lambda expression. It should return a
304semantic element (see below.) 304semantic 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;; ------------------