diff scripts/strings/strjust.m @ 11563:3c6e8aaa9555

Grammarcheck m-files before 3.4 release.
author Rik <octave@nomad.inbox5.com>
date Tue, 18 Jan 2011 20:55:01 -0800
parents fd0a3ac60b0e
children c792872f8942
line wrap: on
line diff
--- a/scripts/strings/strjust.m
+++ b/scripts/strings/strjust.m
@@ -23,10 +23,11 @@
 ## be @samp{"left"}, @samp{"center"}, or @samp{"right"}.  If @var{pos}
 ## is omitted, @samp{"right"} is assumed. 
 ##
-## Null characters are replaced by spaces. All other character
+## Null characters are replaced by spaces.  All other character
 ## data are treated as non-white space.
 ##
 ## Example:
+##
 ## @example
 ## @group
 ## strjust (["a"; "ab"; "abc"; "abcd"])