Signed-off-by: Jose E. Marchesi <[email protected]

gcc/algol68/ChangeLog

        * ga68.texi (Dialect options): {..} is not a valid variant of
        (...).
---
 gcc/algol68/ga68.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/algol68/ga68.texi b/gcc/algol68/ga68.texi
index 9811a291be2..bdd264e2de6 100644
--- a/gcc/algol68/ga68.texi
+++ b/gcc/algol68/ga68.texi
@@ -187,9 +187,9 @@ programs.  @xref{Stropping regimes}.
 @opindex fbrackets
 @opindex fno-brackets
 @item -fbrackets
-This option controls whether @code{[ .. ]} and @code{@{ .. @}} are
-considered equivalent to @code{( .. )}.  This syntactic variation is
-blessed by the Revised Report and is still strict Algol 68.
+This option controls whether @code{[ .. ]} is considered equivalent to
+@code{( .. )}.  This syntactic variation is blessed by the Revised
+Report and is still strict Algol 68.
 
 This option is disabled by default.
 @end table
-- 
2.39.5

Reply via email to