comparison lisp/progmodes/ebnf2ps.el @ 27495:507d8bb34bef

(ebnf-syntax): Doc fix
author Gerd Moellmann <gerd@gnu.org>
date Sat, 29 Jan 2000 12:01:35 +0000
parents f062cc830f07
children 9299c470e566
comparison
equal deleted inserted replaced
27494:6a6704c5e3b4 27495:507d8bb34bef
1563 (defcustom ebnf-syntax 'ebnf 1563 (defcustom ebnf-syntax 'ebnf
1564 "*Specify syntax to be recognized. 1564 "*Specify syntax to be recognized.
1565 1565
1566 Valid values are: 1566 Valid values are:
1567 1567
1568 `ebnf' ebnf2ps recognizes the syntax described above. 1568 `ebnf' ebnf2ps recognizes the syntax described in ebnf2ps
1569 documentation.
1569 The following variables *ONLY* have effect with this 1570 The following variables *ONLY* have effect with this
1570 setting: 1571 setting:
1571 `ebnf-terminal-regexp', `ebnf-case-fold-search', 1572 `ebnf-terminal-regexp', `ebnf-case-fold-search',
1572 `ebnf-lex-comment-char' and `ebnf-lex-eop-char'. 1573 `ebnf-lex-comment-char' and `ebnf-lex-eop-char'.
1573 1574