aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8e1c1082b3a..1204f58c5ca 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1587,8 +1587,8 @@ preventing the installation of Compat if unnecessary.
1587 1587
1588+++ 1588+++
1589** New package PEG. 1589** New package PEG.
1590Emacs now includes a library for writing (P)arsing (E)xpression 1590Emacs now includes a library for writing Parsing Expression
1591(G)rammars, an approach to text parsing that provides more structure 1591Grammars (PEG), an approach to text parsing that provides more structure
1592than regular expressions, but less complexity than context-free 1592than regular expressions, but less complexity than context-free
1593grammars. The Info manual "(elisp) Parsing Expression Grammars" has 1593grammars. The Info manual "(elisp) Parsing Expression Grammars" has
1594documentation and examples. 1594documentation and examples.