Mercurial > hg > octave-nkf
diff src/ov-null-mat.cc @ 10846:a4f482e66b65
Grammarcheck more of the documentation.
Use @noindent macro appropriately.
Limit line length to 80 characters.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sun, 01 Aug 2010 20:22:17 -0700 |
parents | 89f4d7e294cc |
children | 0d9640d755b1 |
line wrap: on
line diff
--- a/src/ov-null-mat.cc +++ b/src/ov-null-mat.cc @@ -93,8 +93,9 @@ @deftypefn {Built-in Function} {} isnull (@var{x})\n\ Return 1 if @var{x} is a special null matrix, string or single quoted string.\n\ Indexed assignment with such a value as right-hand side should delete array\n\ -elements. This function should be used when overloading indexed assignment for\n\ -user-defined classes instead of @code{isempty}, to distinguish the cases:\n\ +elements. This function should be used when overloading indexed assignment\n\ +for user-defined classes instead of @code{isempty}, to distinguish the\n\ +cases:\n\ @table @asis\n\ @item @code{A(I) = []}\n\ This should delete elements if @code{I} is nonempty.\n\