diff options
| author | Chong Yidong | 2012-10-06 22:22:31 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-10-06 22:22:31 +0800 |
| commit | 0db901c17a90b38c81b4b03e0c83c61e814a6c0b (patch) | |
| tree | ecf2ace728e6edac90bdfd544068550bea144fd6 /admin | |
| parent | 9414dd8d50cc49464c97a5cb81f38796ff1fbec1 (diff) | |
| download | emacs-0db901c17a90b38c81b4b03e0c83c61e814a6c0b.tar.gz emacs-0db901c17a90b38c81b4b03e0c83c61e814a6c0b.zip | |
Update for admin/grammars/README.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/grammars/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/grammars/README b/admin/grammars/README index 419797e0dcb..e38260952a5 100644 --- a/admin/grammars/README +++ b/admin/grammars/README | |||
| @@ -3,8 +3,8 @@ generate the parser data in the lisp/semantic/bovine/ and | |||
| 3 | lisp/semantic/wisent/ directories. You can run the parser generators | 3 | lisp/semantic/wisent/ directories. You can run the parser generators |
| 4 | with | 4 | with |
| 5 | 5 | ||
| 6 | emacs -batch -Q -l bovine-grammar.el -f bovine-make-parsers | 6 | emacs -batch -Q -l semantic/bovine/grammar -f bovine-make-parsers |
| 7 | emacs -batch -Q -l wisent-grammar.el -f wisent-make-parsers | 7 | emacs -batch -Q -l semantic/wisent/grammar -f wisent-make-parsers |
| 8 | 8 | ||
| 9 | Currently, the parser files in lisp/ are not generated directly from | 9 | Currently, the parser files in lisp/ are not generated directly from |
| 10 | these grammar files when making Emacs. This state of affairs, and the | 10 | these grammar files when making Emacs. This state of affairs, and the |