changeset 8433:3292bd1bbaa4

Cross reference between postpad and resize
author Francesco Potortì <pot@gnu.org>
date Fri, 26 Dec 2008 22:51:48 +0100
parents c9cb8f0b8b4f
children 7ceb99b0abbf
files scripts/ChangeLog scripts/general/postpad.m src/ChangeLog src/data.cc
diffstat 4 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Fri Dec 26 22:45:46 2008 +0100
+++ b/scripts/ChangeLog	Fri Dec 26 22:51:48 2008 +0100
@@ -1,5 +1,7 @@
 2008-12-26  Francesco Potortì  <pot@gnu.org>
 
+	* general/postpad.m: Use @seealso.  Add reference to resize.
+
 	* statistics/base/statistics.m: Correct help string.
 
 	* plot/hist.m: Doc string now mentions matrix input argument.
--- a/scripts/general/postpad.m	Fri Dec 26 22:45:46 2008 +0100
+++ b/scripts/general/postpad.m	Fri Dec 26 22:51:48 2008 +0100
@@ -19,7 +19,7 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} postpad (@var{x}, @var{l}, @var{c})
-## See prepad.
+## @seealso{prepad, resize}
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
--- a/src/ChangeLog	Fri Dec 26 22:45:46 2008 +0100
+++ b/src/ChangeLog	Fri Dec 26 22:51:48 2008 +0100
@@ -1,3 +1,7 @@
+2008-12-26  Francesco Potortì  <pot@gnu.org>
+
+	* data.cc (resize): Add cross reference to postpad.
+
 2008-12-25  Jaroslav Hajek <highegg@gmail.com>
 
 	* load-save.h (load_save_format_type, load_save_format_options): New
--- a/src/data.cc	Fri Dec 26 22:45:46 2008 +0100
+++ b/src/data.cc	Fri Dec 26 22:51:48 2008 +0100
@@ -4370,7 +4370,7 @@
 dimensions of the result are given by the elements of @var{m}.\n\
 If both @var{m} and @var{n} are scalars, then the dimensions of\n\
 the result are @var{m}-by-@var{n}.\n\
-@seealso{reshape}\n\
+@seealso{reshape, postpad}\n\
 @end deftypefn")
 {
   octave_value retval;