# HG changeset patch # User Rik # Date 1375490424 25200 # Node ID 1e2641277b2aa715f27b583a65221365697a506b # Parent 52931d71400f2e534588ba22ac00708c4a6c246f hist.m: Correct typo in Texinfo docstring in cset b491ef539071. * scripts/plot/hist.m: Add braces to @dots macro. diff --git a/scripts/plot/hist.m b/scripts/plot/hist.m --- 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. ##