changeset 11911:7ca65d747250 release-3-0-x

add reference to resize function in the manual
author Francesco Potortì <pot@gnu.org>
date Mon, 12 Jan 2009 10:57:42 +0100
parents 9d46d257f6ef
children 4751f7502e9b
files doc/ChangeLog doc/interpreter/matrix.txi
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Mon Jan 12 10:56:19 2009 +0100
+++ b/doc/ChangeLog	Mon Jan 12 10:57:42 2009 +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	Mon Jan 12 10:56:19 2009 +0100
+++ b/doc/interpreter/matrix.txi	Mon Jan 12 10:57:42 2009 +0100
@@ -106,6 +106,8 @@
 
 @DOCSTRING(reshape)
 
+@DOCSTRING(resize)
+
 @DOCSTRING(circshift)
 
 @DOCSTRING(shiftdim)