comparison src/utils.cc @ 9758:09da0bd91412

Periodic grammar check of Octave documentation files to ensure common format Use double spaces after a period at start of new sentence Do not use @iftex blocks where @tex block is sufficient
author Rik <rdrider0-list@yahoo.com>
date Fri, 23 Oct 2009 09:28:14 -0700
parents 5acd99c3e794
children 8e345f2fe4d6
comparison
equal deleted inserted replaced
9757:95ad9c2a27e2 9758:09da0bd91412
1257 } 1257 }
1258 1258
1259 DEFUN (isindex, args, , 1259 DEFUN (isindex, args, ,
1260 "-*- texinfo -*-\n\ 1260 "-*- texinfo -*-\n\
1261 @deftypefn {Built-in Function} {} isindex (@var{ind}, @var{n})\n\ 1261 @deftypefn {Built-in Function} {} isindex (@var{ind}, @var{n})\n\
1262 Returns true if @var{ind} is a valid index. Valid indices can be\n\ 1262 Returns true if @var{ind} is a valid index. Valid indices can be\n\
1263 either positive integers (though possibly real data), or logical arrays.\n\ 1263 either positive integers (though possibly real data), or logical arrays.\n\
1264 If present, @var{n} specifies the extent of the dimension to be indexed.\n\ 1264 If present, @var{n} specifies the extent of the dimension to be indexed.\n\
1265 Note that, if possible, the internal conversion result is cached so that\n\ 1265 Note that, if possible, the internal conversion result is cached so that\n\
1266 subsequent indexing will not perform the checking again.\n\ 1266 subsequent indexing will not perform the checking again.\n\
1267 @end deftypefn") 1267 @end deftypefn")