From: John Darrington <john@darrington.wattle.id.au>
Date: Sun, 16 Sep 2007 02:41:14 +0000 (+0000)
Subject: Removed documentation for CLEAR TRANSFORMATIONS since it's currently not
X-Git-Tag: v0.6.0~267
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9bc3a58c61845600bc24fc009c9887c5f38ca69;p=pspp-builds.git

Removed documentation for CLEAR TRANSFORMATIONS since it's currently not
implemented.
---

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