DISPLAY FILE LABEL is no longer undocumented.
authorBen Pfaff <blp@gnu.org>
Sun, 8 Oct 2006 16:54:46 +0000 (16:54 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 8 Oct 2006 16:54:46 +0000 (16:54 +0000)
tests/command/file-label.sh

index 72da802999e7d4675279d03666cd24ade772fdac..0d3500eb8dd4d6a67ee4f495705a8396c4fcd710 100755 (executable)
@@ -79,13 +79,13 @@ Note that the last line should end with a period: .
 
 /* Display the documents.
 display documents.
-display file label.    /* undocumented feature of PSPP
+display file label.
 
 /* Save the active file then get it and display the documents again.
 save /OUTFILE='foo.save'.
 get /FILE='foo.save'.
 display documents.
-display file label.    /* undocumented feature of PSPP
+display file label.
 
 /* There is an interesting interaction that occurs if the 'execute'
 /* command below.  What happens is that an error message is output
@@ -104,7 +104,7 @@ display documents.
 save /OUTFILE='foo.save'.
 get /FILE='foo.save'.
 display documents.
-display file label.    /* undocumented feature of PSPP
+display file label.
 
 /* Done.