diff scripts/strings/index.m @ 14402:cbcaf5602469

doc: Make spacing nicer for Strings chapter of manual. * numbers.txi, strings.txi, int2str.m, bin2dec.m, blanks.m, cstrcat.m, hex2dec.m, index.m pt-mat.cc(string_fill_char): Make spacing nicer for Strings chapter of manual.
author Rik <octave@nomad.inbox5.com>
date Thu, 23 Feb 2012 22:13:06 -0800
parents f3d52523cde1
children bc924baa2c4e
line wrap: on
line diff
--- a/scripts/strings/index.m	Thu Feb 23 21:23:49 2012 -0800
+++ b/scripts/strings/index.m	Thu Feb 23 22:13:06 2012 -0800
@@ -28,7 +28,7 @@
 ## @example
 ## @group
 ## index ("Teststring", "t")
-##    @result{} 4
+##     @result{} 4
 ## @end group
 ## @end example
 ##