Mercurial > hg > octave-nkf
diff src/data.cc @ 11591:1d13679b587e
Use @nospell macro on certain words in docstrings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 20 Jan 2011 19:33:32 -0800 |
parents | 4ced6b90fffb |
children | 7a5aacf65f81 |
line wrap: on
line diff
--- a/src/data.cc +++ b/src/data.cc @@ -2952,9 +2952,9 @@ "-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} ismatrix (@var{a})\n\ Return true if @var{a} is a numeric, logical, or character matrix.\n\ -Scalars (1x1 matrices) and vectors (1xN or Nx1 matrices) are subsets\n\ -of the more general N-dimensional matrix and @code{ismatrix} will return\n\ -true for these objects as well.\n\ +Scalars (1x1 matrices) and vectors (@nospell{1xN} or @nospell{Nx1} matrices)\n\ +are subsets of the more general N-dimensional matrix and @code{ismatrix}\n\ +will return true for these objects as well.\n\ @seealso{isscalar, isvector, iscell, isstruct, issparse}\n\ @end deftypefn") {