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

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

[elpa] externals/parser-generator 1290048b84 39/82: Improved documentati


From: Christian Johansson
Subject: [elpa] externals/parser-generator 1290048b84 39/82: Improved documentation
Date: Thu, 12 May 2022 13:28:16 -0400 (EDT)

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

    Improved documentation
---
 docs/Syntax-Analysis.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Syntax-Analysis.md b/docs/Syntax-Analysis.md
index 6f639d7b1f..a1515f943f 100644
--- a/docs/Syntax-Analysis.md
+++ b/docs/Syntax-Analysis.md
@@ -156,7 +156,7 @@ Calculate the first look-ahead number of terminals of the 
sentential-form `S`, e
 
 ### E-FREE-FIRST(S)
 
-Calculate the e-free-first look-ahead number of terminals of sentential-form 
`S`, if you have multiple symbols the e-free-first will only affect the first 
symbol, the rest will be treated via first-function (above). Example:
+Calculate the e-free-first look-ahead number of terminals of sentential-form 
`S`, if you have multiple symbols the e-free-first will only affect the first 
symbol, the rest will be treated via the first-function (above). Example:
 
 ``` emacs-lisp
 (require 'parser-generator)



reply via email to

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