logical operator bug fixes
[pspp] / doc / flow-control.texi
index 3b52205ef337430db413ae26bdbe8d9cd29cb05a..27955800e6d228ca4d169776dced683871d3894e 100644 (file)
@@ -533,8 +533,8 @@ The @code{!IF} construct may be used inside a macro body to allow for
 conditional expansion.  It takes the following forms:
 
 @example
-!IF (condition) !THEN true-expansion !ENDIF
-!IF (condition) !THEN true-expansion !ELSE false-expansion !ENDIF
+!IF (condition) !THEN true-expansion !IFEND
+!IF (condition) !THEN true-expansion !ELSE false-expansion !IFEND
 @end example
 
 When the @var{condition} evaluates to true, @var{true-expansion} is