Mercurial > hg > octave-lyh
diff scripts/general/circshift.m @ 9051:1bf0ce0930be
Grammar check TexInfo in all .m files
Cleanup documentation sources to follow a few consistent rules.
Spellcheck was NOT done. (but will be in another changeset)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 27 Mar 2009 22:31:03 -0700 |
parents | 853f96e8008f |
children | 16f53d29049f |
line wrap: on
line diff
--- a/scripts/general/circshift.m +++ b/scripts/general/circshift.m @@ -18,9 +18,9 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {@var{y} =} circshift (@var{x}, @var{n}) -## Circularly shifts the values of the array @var{x}. @var{n} must be +## Circularly shifts the values of the array @var{x}. @var{n} must be ## a vector of integers no longer than the number of dimensions in -## @var{x}. The values of @var{n} can be either positive or negative, +## @var{x}. The values of @var{n} can be either positive or negative, ## which determines the direction in which the values or @var{x} are ## shifted. If an element of @var{n} is zero, then the corresponding ## dimension of @var{x} will not be shifted. For example