changeset 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 796dc1d75e06
children bd2cd4fd3edf
files scripts/general/accumarray.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/accumarray.m	Tue Sep 20 14:02:59 2011 -0500
+++ b/scripts/general/accumarray.m	Tue Sep 20 12:25:02 2011 -0700
@@ -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