FORMATS, PRINT FORMATS, WRITE FORMATS can only change the format of
authorBen Pfaff <blp@gnu.org>
Fri, 11 Mar 2005 18:39:25 +0000 (18:39 +0000)
committerBen Pfaff <blp@gnu.org>
Fri, 11 Mar 2005 18:39:25 +0000 (18:39 +0000)
numeric variables.

doc/variables.texi

index 8fda7c1ca191d3f24cf1c7620a7466f889e160f5..9b087882e62443c112d4e4917161513f948c8f3d 100644 (file)
@@ -97,8 +97,8 @@ FORMATS var_list (fmt_spec).
 @end display
 
 @cmd{FORMATS} set both print and write formats for the specified
-variables to the specified format specification.  @xref{Input/Output
-Formats}.
+numeric variables to the specified format specification.
+@xref{Input/Output Formats}.
 
 Specify a list of variables followed by a format specification in
 parentheses.  The print and write formats of the specified variables
@@ -268,7 +268,7 @@ PRINT FORMATS var_list (fmt_spec).
 @end display
 
 @cmd{PRINT FORMATS} sets the print formats for the specified
-variables to the specified format specification.
+numeric variables to the specified format specification.
 
 Its syntax is identical to that of @cmd{FORMATS} (@pxref{FORMATS}),
 but @cmd{PRINT FORMATS} sets only print formats, not write formats.
@@ -394,7 +394,8 @@ Variables within a vector may be referenced in expressions using
 WRITE FORMATS var_list (fmt_spec).
 @end display
 
-@cmd{WRITE FORMATS} sets the write formats for the specified variables
+@cmd{WRITE FORMATS} sets the write formats for the specified numeric
+variables
 to the specified format specification.  Its syntax is identical to
 that of FORMATS (@pxref{FORMATS}), but @cmd{WRITE FORMATS} sets only
 write formats, not print formats.