changeset 17168:1e2641277b2a

hist.m: Correct typo in Texinfo docstring in cset b491ef539071. * scripts/plot/hist.m: Add braces to @dots macro.
author Rik <rik@octave.org>
date Fri, 02 Aug 2013 17:40:24 -0700
parents 52931d71400f
children 4b834dbe4b3e
files scripts/plot/hist.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/hist.m
+++ b/scripts/plot/hist.m
@@ -22,7 +22,7 @@
 ## @deftypefnx {Function File} {} hist (@var{y}, @var{nbins})
 ## @deftypefnx {Function File} {} hist (@var{y}, @var{x}, @var{norm})
 ## @deftypefnx {Function File} {} hist (@dots{}, @var{prop}, @var{val}, @dots{})
-## @deftypefnx {Function File} {} hist (@var{hax}, @dots)
+## @deftypefnx {Function File} {} hist (@var{hax}, @dots{})
 ## @deftypefnx {Function File} {[@var{nn}, @var{xx}] =} hist (@dots{})
 ## Produce histogram counts or plots.
 ##