Mercurial > hg > octave-lyh
diff scripts/general/accumarray.m @ 13172:25467719730b stable
doc: Quiet Texinfo warning in accumarray.m
* accumarray.m: Use @pxref for cross-reference inside parentheses
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Tue, 20 Sep 2011 12:25:02 -0700 |
parents | 8d5f0b41e6b0 |
children | 8aaaef4a69aa |
line wrap: on
line diff
--- a/scripts/general/accumarray.m +++ b/scripts/general/accumarray.m @@ -51,7 +51,7 @@ ## that in the first column counts how many occurrences each number in ## the second column has, taken from the vector @var{x}. Note the usage ## of @code{unique} for assigning to all repeated elements of @var{x} -## the same index (@xref{doc-unique}). +## the same index (@pxref{doc-unique}). ## ## @example ## @group