doc: Fix order of NUMERIC and MRSETS sections.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 28 Jun 2011 05:13:35 +0000 (22:13 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 2 Jul 2011 02:56:40 +0000 (19:56 -0700)
The sections were out of alphabetical order.

Found by texi2html.

doc/variables.texi

index 650c7d2c6143d05acb34af577a1458d82b4c227d..cc73470fd559477867416d64d7b774e2ff8f3fa6 100644 (file)
@@ -276,25 +276,6 @@ not.
 @cmd{MODIFY VARS} may not be specified following @cmd{TEMPORARY}
 (@pxref{TEMPORARY}).
 
-@node NUMERIC
-@section NUMERIC
-@vindex NUMERIC
-
-@display
-NUMERIC /var_list [(fmt_spec)].
-@end display
-
-@cmd{NUMERIC} explicitly declares new numeric variables, optionally
-setting their output formats.
-
-Specify a slash (@samp{/}), followed by the names of the new numeric
-variables.  If you wish to set their output formats, follow their names
-by an output format specification in parentheses (@pxref{Input and Output
-Formats}); otherwise, the default is F8.2.
-
-Variables created with @cmd{NUMERIC} are initialized to the
-system-missing value.
-
 @node MRSETS
 @section MRSETS
 @vindex MRSETS
@@ -402,6 +383,25 @@ Multiple response sets are saved to and read from system files by,
 e.g., the @cmd{SAVE} and @cmd{GET} command.  Otherwise, multiple
 response sets are currently used only by third party software.
 
+@node NUMERIC
+@section NUMERIC
+@vindex NUMERIC
+
+@display
+NUMERIC /var_list [(fmt_spec)].
+@end display
+
+@cmd{NUMERIC} explicitly declares new numeric variables, optionally
+setting their output formats.
+
+Specify a slash (@samp{/}), followed by the names of the new numeric
+variables.  If you wish to set their output formats, follow their names
+by an output format specification in parentheses (@pxref{Input and Output
+Formats}); otherwise, the default is F8.2.
+
+Variables created with @cmd{NUMERIC} are initialized to the
+system-missing value.
+
 @node PRINT FORMATS
 @section PRINT FORMATS
 @vindex PRINT FORMATS