# HG changeset patch # User John W. Eaton # Date 1232641522 18000 # Node ID ee9e525744f0d913c72f69669e47260510ce05fd # Parent aa1de3a889edd9656353e3bba8ab8f2fe4dccd2e io.txi: remove @DOCSTRING(ans) diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,7 @@ 2009-01-22 John W. Eaton + * interpreter/io.txi (Terminal Output): Remove @DOCSTRING(ans). + * vr-idx.txi: Delete. * interpreter/Makefile.in (SUB_SOURCE): Remove it from the list. diff --git a/doc/interpreter/io.txi b/doc/interpreter/io.txi --- a/doc/interpreter/io.txi +++ b/doc/interpreter/io.txi @@ -63,8 +63,6 @@ The @code{format} command offers some control over the way Octave prints values with @code{disp} and through the normal echoing mechanism. -@DOCSTRING(ans) - @DOCSTRING(disp) @DOCSTRING(format)