diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-21 13:51:40 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-21 13:51:40 +0000 |
commit | 66bf92744aa757d9c35ffad0a94e2c9024fc9373 (patch) | |
tree | 86abda8b0f14e18c141454ca2f15f7c734035ad3 /lisp/progmodes/ebnf-ebx.el | |
parent | f103649a0c963f9de6c6decde330b4d7868dce93 (diff) | |
download | emacs-66bf92744aa757d9c35ffad0a94e2c9024fc9373.tar.gz |
(ebnf-ebx-lex): Fix spellings.
Diffstat (limited to 'lisp/progmodes/ebnf-ebx.el')
-rw-r--r-- | lisp/progmodes/ebnf-ebx.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/ebnf-ebx.el b/lisp/progmodes/ebnf-ebx.el index 45ccb956af8..25e6c72d584 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 () |