diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-29 12:02:36 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-29 12:02:36 +0000 |
commit | 887448e1e351834ae38e141e47b7507a689f745e (patch) | |
tree | 5052a6770d1066f401055ec8d3be3c18b820e639 /lisp/progmodes/ebnf2ps.el | |
parent | 2d07ff846220701a0a21a7b75f7ef7df814589f3 (diff) | |
download | emacs-887448e1e351834ae38e141e47b7507a689f745e.tar.gz emacs-887448e1e351834ae38e141e47b7507a689f745e.tar.bz2 emacs-887448e1e351834ae38e141e47b7507a689f745e.zip |
(ebnf-syntax): Doc fix
Diffstat (limited to 'lisp/progmodes/ebnf2ps.el')
-rw-r--r-- | lisp/progmodes/ebnf2ps.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index 477dbd9d386..db9ed4a2da6 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el @@ -1565,7 +1565,8 @@ See function `ebnf-user-arrow' for valid values and how values are processed." Valid values are: - `ebnf' ebnf2ps recognizes the syntax described above. + `ebnf' ebnf2ps recognizes the syntax described in ebnf2ps + documentation. The following variables *ONLY* have effect with this setting: `ebnf-terminal-regexp', `ebnf-case-fold-search', |