diff scripts/strings/strjust.m @ 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 04c3aacbbc46
children 564e998017f5
line wrap: on
line diff
--- 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)