Mercurial > emacs
changeset 63633:2bca9aad87e8
(ebnf-ebx-lex): Fix spellings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 21 Jun 2005 13:51:40 +0000 |
parents | 174466935578 |
children | ec5194493ae9 |
files | lisp/progmodes/ebnf-ebx.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ebnf-ebx.el Tue Jun 21 13:50:40 2005 +0000 +++ b/lisp/progmodes/ebnf-ebx.el Tue Jun 21 13:51:40 2005 +0000 @@ -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 @@ (error "Missing end of constraint `]'")) (forward-char) t) - + (defun ebnf-ebx-skip-end-of-rule ()