aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-21 13:51:40 +0000
committerJuanma Barranquero <[email protected]>2005-06-21 13:51:40 +0000
commit66bf92744aa757d9c35ffad0a94e2c9024fc9373 (patch)
tree86abda8b0f14e18c141454ca2f15f7c734035ad3 /lisp/progmodes
parentf103649a0c963f9de6c6decde330b4d7868dce93 (diff)
(ebnf-ebx-lex): Fix spellings.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/ebnf-ebx.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/ebnf-ebx.el b/lisp/progmodes/ebnf-ebx.el
index 45ccb956af..25e6c72d58 100644
--- a/lisp/progmodes/ebnf-ebx.el
+++ b/lisp/progmodes/ebnf-ebx.el
@@ -295,7 +295,7 @@
(cons (car except)
(ebnf-make-except (cdr term) (cdr except))))
term)))
-
+
;;; term ::= factor ('*' | '+' | '?')?
@@ -416,7 +416,7 @@
(defun ebnf-ebx-lex ()
- "Lexical analyser for EBNFX.
+ "Lexical analyzer for EBNFX.
Return a lexical token.
@@ -503,7 +503,7 @@ See documentation for variable `ebnf-ebx-lex'."
(error "Missing end of constraint `]'"))
(forward-char)
t)
-
+
(defun ebnf-ebx-skip-end-of-rule ()