Mercurial > hg > octave-nkf
diff scripts/general/prepad.m @ 8545:faccdb98d953
postpad.m, prepad.m: doc fix
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 20 Jan 2009 11:09:22 -0500 |
parents | 342f72c1df1a |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/scripts/general/prepad.m +++ b/scripts/general/prepad.m @@ -19,10 +19,8 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} prepad (@var{x}, @var{l}, @var{c}) -## @deftypefnx {Function File} {} postpad (@var{x}, @var{l}, @var{c}) -## @deftypefnx {Function File} {} postpad (@var{x}, @var{l}, @var{c}, @var{dim}) -## -## Prepends (appends) the scalar value @var{c} to the vector @var{x} +## @deftypefnx {Function File} {} prepad (@var{x}, @var{l}, @var{c}, @var{dim}) +## Prepend (append) the scalar value @var{c} to the vector @var{x} ## until it is of length @var{l}. If the third argument is not ## supplied, a value of 0 is used. ##