sys-file-writer: Write variable names in mrsets in lowercase.
[pspp] / doc / dev / system-file-format.texi
index 84b3f66ff7385afd57c232730648e640e4a67062..6276b6de859f999f376e9ab139a80bb8ab3e4dd4 100644 (file)
@@ -676,7 +676,8 @@ following:
 
 @itemize @bullet
 @item
-The set's name (an identifier that begins with @samp{$}).
+The set's name (an identifier that begins with @samp{$}), in mixed
+upper and lower case.
 
 @item
 An equals sign (@samp{=}).
@@ -717,8 +718,8 @@ written if LABELSOURCE=VARLABEL was specified.
 A space.
 
 @item
-The names of the variables in the set, each separated from the
-previous by a single space.
+The short names of the variables in the set, converted to lowercase,
+each separated from the previous by a single space.
 
 @item
 A line feed (byte 0x0a).