# HG changeset patch # User Juanma Barranquero # Date 1119361698 0 # Node ID b42bf212f030f86f6d4f3463d284dea1b7ace3ad # Parent 6465d5fb86658528eb68b9f106bd3905d78ff54f (ebnf-bnf-lex): Fix spellings. diff -r 6465d5fb8665 -r b42bf212f030 lisp/progmodes/ebnf-bnf.el --- a/lisp/progmodes/ebnf-bnf.el Tue Jun 21 13:47:30 2005 +0000 +++ b/lisp/progmodes/ebnf-bnf.el Tue Jun 21 13:48:18 2005 +0000 @@ -109,7 +109,7 @@ ;; ;; 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 @@ -429,7 +429,7 @@ (defun ebnf-bnf-lex () - "Lexical analyser for EBNF. + "Lexical analyzer for EBNF. Return a lexical token.