X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fdata-io.texi;h=83d1949cd7de28568b2f3dcdd37800193e34b216;hb=a9bc3a58c61845600bc24fc009c9887c5f38ca69;hp=dedf1c1d03a39473d4233c82ec252295fddc0257;hpb=3af9bac9f7828e3a98bb6a76bd6cf63e8d834a70;p=pspp-builds.git diff --git a/doc/data-io.texi b/doc/data-io.texi index dedf1c1d..83d1949c 100644 --- a/doc/data-io.texi +++ b/doc/data-io.texi @@ -22,7 +22,6 @@ actually be read until a procedure is executed. @menu * BEGIN DATA:: Embed data within a syntax file. -* CLEAR TRANSFORMATIONS:: Clear pending transformations. * CLOSE FILE HANDLE:: Close a file handle. * DATA LIST:: Fundamental data reading command. * END CASE:: Output the current case. @@ -64,17 +63,6 @@ white space and exactly one space between the words @code{END} and END DATA. @end example -@node CLEAR TRANSFORMATIONS -@section CLEAR TRANSFORMATIONS -@vindex CLEAR TRANSFORMATIONS - -@display -CLEAR TRANSFORMATIONS. -@end display - -@cmd{CLEAR TRANSFORMATIONS} clears out all pending -transformations. It does not cancel the current input program. - @node CLOSE FILE HANDLE @section CLOSE FILE HANDLE