changeset 8436:342f72c1df1a

In prepad, add reference to postpad.
author Francesco Potortì <pot@gnu.org>
date Fri, 26 Dec 2008 22:54:38 +0100
parents 69e27978114a
children f00578b495e9
files scripts/ChangeLog scripts/general/prepad.m
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Fri Dec 26 23:00:53 2008 +0100
+++ b/scripts/ChangeLog	Fri Dec 26 22:54:38 2008 +0100
@@ -1,5 +1,7 @@
 2008-12-26  Francesco Potortì  <pot@gnu.org>
 
+	* general/prepad.m: Add reference to postpad.
+
 	* miscellaneous/bincoeff.m: Make reference to nchoosek.
 
 	* general/postpad.m: Use @seealso.  Add reference to resize.
--- a/scripts/general/prepad.m	Fri Dec 26 23:00:53 2008 +0100
+++ b/scripts/general/prepad.m	Fri Dec 26 22:54:38 2008 +0100
@@ -33,6 +33,7 @@
 ##
 ## If the optional @var{dim} argument is given, then operate along this
 ## dimension.
+## @seealso{postpad}
 ## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>