comparison 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
comparison
equal deleted inserted replaced
11590:4ced6b90fffb 11591:1d13679b587e
2950 2950
2951 DEFUN (ismatrix, args, , 2951 DEFUN (ismatrix, args, ,
2952 "-*- texinfo -*-\n\ 2952 "-*- texinfo -*-\n\
2953 @deftypefn {Built-in Function} {} ismatrix (@var{a})\n\ 2953 @deftypefn {Built-in Function} {} ismatrix (@var{a})\n\
2954 Return true if @var{a} is a numeric, logical, or character matrix.\n\ 2954 Return true if @var{a} is a numeric, logical, or character matrix.\n\
2955 Scalars (1x1 matrices) and vectors (1xN or Nx1 matrices) are subsets\n\ 2955 Scalars (1x1 matrices) and vectors (@nospell{1xN} or @nospell{Nx1} matrices)\n\
2956 of the more general N-dimensional matrix and @code{ismatrix} will return\n\ 2956 are subsets of the more general N-dimensional matrix and @code{ismatrix}\n\
2957 true for these objects as well.\n\ 2957 will return true for these objects as well.\n\
2958 @seealso{isscalar, isvector, iscell, isstruct, issparse}\n\ 2958 @seealso{isscalar, isvector, iscell, isstruct, issparse}\n\
2959 @end deftypefn") 2959 @end deftypefn")
2960 { 2960 {
2961 octave_value retval = false; 2961 octave_value retval = false;
2962 2962