]> git.eshelyaron.com Git - emacs.git/commit
Fix the new PEG library
authorEli Zaretskii <eliz@gnu.org>
Sun, 31 Mar 2024 07:29:34 +0000 (10:29 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 31 Mar 2024 18:05:43 +0000 (20:05 +0200)
commit4fe250e5d47023adfe93db18cb2928b05d6a1496
treeb8b5c12273388248a3c9eb54eb6170a03eb9e72f
parent3ae695764b01cfd432950611253031b0d7156e77
Fix the new PEG library

* doc/lispref/peg.texi (Parsing Expression Grammars)
(PEX Definitions, Parsing Actions, Writing PEG Rules): Fix markup,
indexing, and wording.

* etc/NEWS: Fix wording of PEG entry.

* test/lisp/progmodes/peg-tests.el: Move from test/lisp/, to match
the directory of peg.el.

(cherry picked from commit 994bcc125b66397b455c8a7b70fb454b483df052)
doc/lispref/peg.texi
etc/NEWS
test/lisp/peg-tests.el [deleted file]
test/lisp/progmodes/peg-tests.el [new file with mode: 0644]