From: Juanma Barranquero Date: Tue, 21 Jun 2005 13:48:18 +0000 (+0000) Subject: (ebnf-bnf-lex): Fix spellings. X-Git-Tag: emacs-pretest-22.0.90~8767 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd72986bb7fe2f3ad5823b4161b1141d7a72cae3;p=emacs.git (ebnf-bnf-lex): Fix spellings. --- diff --git a/lisp/progmodes/ebnf-bnf.el b/lisp/progmodes/ebnf-bnf.el index 09db8f8865d..4ea7d5e0404 100644 --- a/lisp/progmodes/ebnf-bnf.el +++ b/lisp/progmodes/ebnf-bnf.el @@ -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.