# HG changeset patch # User Ben Abbott # Date 1287459967 -28800 # Node ID f7079e3b0227b4d47d4762092136eaa36a15b69b # Parent a8ac114ec9ab5f1de499b9e70244446f08261cfb strjust.m: Add "untabify" and "strrep" to @seealso{} in the doc-string. diff -r a8ac114ec9ab -r f7079e3b0227 scripts/ChangeLog --- 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 + + * strings/strjust.m: Add "untabify" and "strrep" to @seealso{} in the + doc-string. + 2010-10-18 Thorsten Meyer * general/gradient.m, linear-algebra/normest.m, plot/__gnuplot_print__.m, diff -r a8ac114ec9ab -r f7079e3b0227 scripts/strings/strjust.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)