From a1c84f452312f9be8b26cbc34315aa12541d96d8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 29 Apr 2003 18:53:33 +0000 Subject: [PATCH] Omit spaces around "---". --- doc/bison.texinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 22abaada..42d31b6c 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -6546,9 +6546,9 @@ but how can I implement loops? @end display Although very pedagogical, the examples included in the document blur -the distinction to make between the parser ---whose job is to recover +the distinction to make between the parser---whose job is to recover the structure of a text and to transmit it to subsequent modules of -the program--- and the processing (such as the execution) of this +the program---and the processing (such as the execution) of this structure. This works well with so called straight line programs, i.e., precisely those that have a straightforward execution model: execute simple instructions one after the others. -- 2.47.2