emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/parser-generator a7d1cc0 070/434: Updated README


From: ELPA Syncer
Subject: [elpa] externals/parser-generator a7d1cc0 070/434: Updated README
Date: Mon, 29 Nov 2021 15:59:10 -0500 (EST)

branch: externals/parser-generator
commit a7d1cc0bd26bf9fcfb390c89e90b75bba0211770
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Updated README
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 15da72d..7b57434 100644
--- a/README.md
+++ b/README.md
@@ -139,9 +139,9 @@ Calculate the look-ahead number of terminals possibly 
following S.
    (parser--follow 'A)))
 ```
 
-### LR(k) items for prefix - V(S)
+### LR items for prefix (S)
 
-Calculate the set of LR(k) items valid for any viable prefix S.
+Calculate the set of LR items valid for any viable prefix S.
 
 ``` emacs-lisp
 (require 'ert)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]