(ebnf-bnf-lex): Fix spellings.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 21 Jun 2005 13:48:18 +0000 (13:48 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 21 Jun 2005 13:48:18 +0000 (13:48 +0000)
lisp/progmodes/ebnf-bnf.el

index 09db8f8..4ea7d5e 100644 (file)
 ;;    ;; 8-bit accentuated characters) except `"', as `"' is used to delimit a
 ;;    ;; terminal.  Also, accepts escaped characters, that is, a character
 ;;    ;; pair starting with `\' followed by a printable character, for
-;;    ;; example: \", \\. 
+;;    ;; example: \", \\.
 ;;
 ;;    special = "[^?\\000-\\010\\012-\\037\\177-\\237]*".
 ;;    ;; that is, a valid special accepts any printable character (including
 
 
 (defun ebnf-bnf-lex ()
-  "Lexical analyser for EBNF.
+  "Lexical analyzer for EBNF.
 
 Return a lexical token.