diff options
| -rw-r--r-- | lisp/progmodes/ebnf-bnf.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 109 | ;; ;; 8-bit accentuated characters) except `"', as `"' is used to delimit a | 109 | ;; ;; 8-bit accentuated characters) except `"', as `"' is used to delimit a |
| 110 | ;; ;; terminal. Also, accepts escaped characters, that is, a character | 110 | ;; ;; terminal. Also, accepts escaped characters, that is, a character |
| 111 | ;; ;; pair starting with `\' followed by a printable character, for | 111 | ;; ;; pair starting with `\' followed by a printable character, for |
| 112 | ;; ;; example: \", \\. | 112 | ;; ;; example: \", \\. |
| 113 | ;; | 113 | ;; |
| 114 | ;; special = "[^?\\000-\\010\\012-\\037\\177-\\237]*". | 114 | ;; special = "[^?\\000-\\010\\012-\\037\\177-\\237]*". |
| 115 | ;; ;; that is, a valid special accepts any printable character (including | 115 | ;; ;; that is, a valid special accepts any printable character (including |
| @@ -429,7 +429,7 @@ | |||
| 429 | 429 | ||
| 430 | 430 | ||
| 431 | (defun ebnf-bnf-lex () | 431 | (defun ebnf-bnf-lex () |
| 432 | "Lexical analyser for EBNF. | 432 | "Lexical analyzer for EBNF. |
| 433 | 433 | ||
| 434 | Return a lexical token. | 434 | Return a lexical token. |
| 435 | 435 | ||