]> git.saurik.com Git - bison.git/commitdiff
Omit spaces around "---".
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Apr 2003 18:53:33 +0000 (18:53 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Apr 2003 18:53:33 +0000 (18:53 +0000)
doc/bison.texinfo

index 22abaadabf05c1113a41ab67c98f60eef3c515b8..42d31b6ca7f83cf611c52db6c899aacdc51e90cd 100644 (file)
@@ -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.