diff options
| author | Gerd Moellmann | 2000-01-29 12:02:36 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-29 12:02:36 +0000 |
| commit | 887448e1e351834ae38e141e47b7507a689f745e (patch) | |
| tree | 5052a6770d1066f401055ec8d3be3c18b820e639 | |
| parent | 2d07ff846220701a0a21a7b75f7ef7df814589f3 (diff) | |
| download | emacs-887448e1e351834ae38e141e47b7507a689f745e.tar.gz emacs-887448e1e351834ae38e141e47b7507a689f745e.zip | |
(ebnf-syntax): Doc fix
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/ebnf2ps.el | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7dc9ddea841..2823ff12e99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> | ||
| 2 | |||
| 3 | * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix | ||
| 4 | |||
| 1 | 2000-01-28 Dave Love <fx@gnu.org> | 5 | 2000-01-28 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs-lisp/cl-macs.el: Remove dotimes, dolist. | 7 | * emacs-lisp/cl-macs.el: Remove dotimes, dolist. |
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." | |||
| 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', |