]> git.eshelyaron.com Git - emacs.git/commitdiff
(ebnf-ebx-lex): Fix spellings.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 21 Jun 2005 13:51:40 +0000 (13:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 21 Jun 2005 13:51:40 +0000 (13:51 +0000)
lisp/progmodes/ebnf-ebx.el

index 45ccb956af8799048d50a0261cf886684e4e990b..25e6c72d5849ea4b02d86724729fb9da585f4737 100644 (file)
          (cons (car except)
                (ebnf-make-except (cdr term) (cdr except))))
       term)))
-         
+
 
 
 ;;; term ::= factor ('*' | '+' | '?')?
 
 
 (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 ()