From: Juanma Barranquero Date: Tue, 21 Jun 2005 13:51:40 +0000 (+0000) Subject: (ebnf-ebx-lex): Fix spellings. X-Git-Tag: emacs-pretest-22.0.90~8763 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=66bf92744aa757d9c35ffad0a94e2c9024fc9373;p=emacs.git (ebnf-ebx-lex): Fix spellings. --- 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 ()