doc: Fix syntax for NUMERIC.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Feb 2019 13:30:26 +0000 (05:30 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Feb 2019 13:30:26 +0000 (05:30 -0800)
Reported by Nolan Void.

doc/variables.texi

index 587088ee78156ca5cd28233c37ea0ff7f8c6d79e..eb931d448bf6a6283dec28484cdfc5edab874dde 100644 (file)
@@ -404,15 +404,15 @@ response sets are currently used only by third party software.
 @vindex NUMERIC
 
 @display
-NUMERIC /@var{var_list} [(@var{fmt_spec})].
+NUMERIC @var{var_list} [(@var{fmt_spec})] [/@var{var_list} [(@var{fmt_spec})]]@dots{}
 @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
+Specify the names of the new numeric variables as @var{var_list}.  If
+you wish to set the variables' 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