changeset 11914:8275ba2cbfce release-3-0-x

In prepad, add reference to postpad.
author Francesco Potortì <pot@gnu.org>
date Mon, 12 Jan 2009 11:01:30 +0100
parents a92a8cb0492e
children 97eab9de6981
files scripts/ChangeLog scripts/general/prepad.m
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Mon Jan 12 10:57:52 2009 +0100
+++ b/scripts/ChangeLog	Mon Jan 12 11:01:30 2009 +0100
@@ -1,5 +1,7 @@
 2008-12-26  Francesco Potortì  <pot@gnu.org>
 
+	* general/prepad.m: Add reference to postpad.
+
 	* general/postpad.m: Use @seealso.  Add reference to resize.
 
 	* statistics/base/statistics.m: Correct help string.
--- a/scripts/general/prepad.m	Mon Jan 12 10:57:52 2009 +0100
+++ b/scripts/general/prepad.m	Mon Jan 12 11:01:30 2009 +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>