changeset 11114:f7079e3b0227

strjust.m: Add "untabify" and "strrep" to @seealso{} in the doc-string.
author Ben Abbott <bpabbott@mac.com>
date Tue, 19 Oct 2010 11:46:07 +0800
parents a8ac114ec9ab
children 965766039d93
files scripts/ChangeLog scripts/strings/strjust.m
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Mon Oct 18 20:40:12 2010 +0200
+++ b/scripts/ChangeLog	Tue Oct 19 11:46:07 2010 +0800
@@ -1,3 +1,8 @@
+2010-10-19  Ben Abbott <bpabbott@mac.com>
+
+	* strings/strjust.m: Add "untabify" and "strrep" to @seealso{} in the
+	doc-string.
+
 2010-10-18  Thorsten Meyer  <thorsten.meyier@gmx.de>
 
 	* general/gradient.m, linear-algebra/normest.m,	plot/__gnuplot_print__.m,
--- a/scripts/strings/strjust.m	Mon Oct 18 20:40:12 2010 +0200
+++ b/scripts/strings/strjust.m	Tue Oct 19 11:46:07 2010 +0800
@@ -42,7 +42,7 @@
 ##         abcd
 ## @end group
 ## @end example
-## @seealso{deblank, strtrim}
+## @seealso{deblank, strrep, strtrim, untabify}
 ## @end deftypefn
 
 function y = strjust (x, just)