Removed documentation for CLEAR TRANSFORMATIONS since it's currently not
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 16 Sep 2007 02:41:14 +0000 (02:41 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 16 Sep 2007 02:41:14 +0000 (02:41 +0000)
implemented.

doc/data-io.texi

index dedf1c1d03a39473d4233c82ec252295fddc0257..83d1949cd7de28568b2f3dcdd37800193e34b216 100644 (file)
@@ -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