From b5aee13b82f6bc55b9330614cdb02786d563cf9a Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 7 Nov 2020 07:18:00 +0100 Subject: [PATCH] doc: fix typo Reported by Kaz Kylheku. https://lists.gnu.org/r/bison-patches/2020-11/msg00019.html * doc/bison.texi (Versioning): here. --- doc/bison.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/bison.texi b/doc/bison.texi index 4302da84..0a5da8f4 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -14972,7 +14972,6 @@ is shipped as part of the Ocaml compiler suite. @c ================================================= Version Compatibility @node Versioning - @chapter Bison Version Compatibility: Best Practices @cindex version @cindex compatibility @@ -14980,7 +14979,7 @@ is shipped as part of the Ocaml compiler suite. Bison provides a Yacc compatibility mode in which it strives to conform with the POSIX standard. Grammar files which are written to the POSIX standard, and do not take advantage of any of the special capabilities of Bison, should -work with many version of Bison without modification. +work with many versions of Bison without modification. All other features of Bison are particular to Bison, and are changing. Bison is actively maintained and continuously evolving. It should come as no @@ -16422,8 +16421,10 @@ London, Department of Computer Science, TR-00-12 (December 2000). @c LocalWords: getLocation getExpectedTokens reportSyntaxError bistromathic @c LocalWords: TokenKind Automake's rtti Wcounterexamples Chinawat PLDI @c LocalWords: Isradisaikul tcite pcite rgbGreen colorGreen rgbYellow Wcex -@c LocalWords: colorYellow rgbRed colorRed rgbBlue colorBlue rgbPurple +@c LocalWords: colorYellow rgbRed colorRed rgbBlue colorBlue rgbPurple Ddoc @c LocalWords: colorPurple ifhtml ifnothtml situ rcex MERCHANTABILITY Wnone +@c LocalWords: diagError diagNotice diagWarning diagOff danglingElseCex +@c LocalWords: YYLocation YYPosition nonunifying @c Local Variables: @c ispell-dictionary: "american" -- 2.11.4.GIT