diff doc/interpreter/dynamic.txi @ 8817:03b7f618ab3d

include docstrings for new functions in the manual
author John W. Eaton <jwe@octave.org>
date Thu, 19 Feb 2009 15:39:19 -0500
parents fe1bea543cd4
children 8463d1a2e544
line wrap: on
line diff
--- a/doc/interpreter/dynamic.txi	Thu Feb 19 17:04:28 2009 +0100
+++ b/doc/interpreter/dynamic.txi	Thu Feb 19 15:39:19 2009 -0500
@@ -615,9 +615,10 @@
 @end example
 
 @noindent
-which creates the matrix given in section @ref{Storage}.  Note that
-the compressed matrix format is not used at the time of the creation
-of the matrix itself, however it is used internally.
+which creates the matrix given in section
+@ref{Storage of Sparse Matrices}.  Note that the compressed matrix
+format is not used at the time of the creation of the matrix itself,
+however it is used internally.
 
 As previously mentioned, the values of the sparse matrix are stored
 in increasing column-major ordering.  Although the data passed by the