branch: externals/parser-generator commit 1290048b84d604cc10bfaa4f005d06831f8ec4b1 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@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)