docs: Improve example in DEFINE.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 21 Sep 2022 23:29:46 +0000 (16:29 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 21 Sep 2022 23:33:34 +0000 (16:33 -0700)
doc/flow-control.texi

index 2082e338037d40df5330ea00a5a6b1d84ffbc4d9..370eddd27f99088c855182b062f8633aeb646e0d 100644 (file)
@@ -194,10 +194,11 @@ DESCRIPTIVES !vars.
 FREQUENCIES /VARIABLES=!vars.
 !ENDDEFINE.
 
+* Initially define the 'vars' macro to analyze v1...v3.
 DEFINE !vars() v1 v2 v3 !ENDDEFINE.
 !commands
 
-* We can redefine the variables macro to analyze different variables:
+* Redefine 'vars' macro to analyze different variables.
 DEFINE !vars() v4 v5 !ENDDEFINE.
 !commands
 @end example