changeset 8432:c9cb8f0b8b4f

add reference to resize function in the manual
author Francesco Potortì <pot@gnu.org>
date Fri, 26 Dec 2008 22:45:46 +0100
parents 99b6066fccb6
children 3292bd1bbaa4
files doc/ChangeLog doc/interpreter/matrix.txi
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Fri Dec 26 22:42:52 2008 +0100
+++ b/doc/ChangeLog	Fri Dec 26 22:45:46 2008 +0100
@@ -1,5 +1,8 @@
 2008-12-26  Francesco Potortì  <pot@gnu.org>
 
+	* interpreter/matrix.txi (Rearranging Matrices): Add reference
+	to resize function.
+
 	* interpreter/plot.txi (Plot Annotations): Add cross reference to
 	Text Properties.
 	(Two-Dimensional Plots): Update introduction to the axis function.
--- a/doc/interpreter/matrix.txi	Fri Dec 26 22:42:52 2008 +0100
+++ b/doc/interpreter/matrix.txi	Fri Dec 26 22:45:46 2008 +0100
@@ -106,6 +106,8 @@
 
 @DOCSTRING(reshape)
 
+@DOCSTRING(resize)
+
 @DOCSTRING(circshift)
 
 @DOCSTRING(shiftdim)