doc: Fix operator precedence chart.
[pspp] / doc / expressions.texi
index acffd925a9c5ca47d27efe7f74dd4cb553fdcf31..4f7b19d7efb83c963106d31f4d6e72a9292fb30d 100644 (file)
@@ -1,5 +1,5 @@
 @c PSPP - a program for statistical analysis.
-@c Copyright (C) 2017 Free Software Foundation, Inc.
+@c Copyright (C) 2017, 2020 Free Software Foundation, Inc.
 @c Permission is granted to copy, distribute and/or modify this document
 @c under the terms of the GNU Free Documentation License, Version 1.3
 @c or any later version published by the Free Software Foundation;
@@ -1554,7 +1554,7 @@ subtraction.
 
 @enumerate
 @item
-@code{(  )}
+@code{()}
 @item
 @code{**}
 @item
@@ -1564,7 +1564,11 @@ subtraction.
 @item
 @code{+  -}
 @item
-@code{EQ  GE  GT  LE  LT  NE}
+@code{=  >=  >  <=  <  <>}
 @item
-@code{AND  NOT  OR}
+@code{NOT}
+@item
+@code{AND}
+@item
+@code{OR}
 @end enumerate