changeset 17097:e38820d1124c

correct typo in doc
author Michael Godfrey <michaeldgodfrey@gmail.com>
date Thu, 25 Jul 2013 23:57:37 -0400
parents 60228ef13f20
children 33037eddecd2
files scripts/plot/subplot.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/subplot.m
+++ b/scripts/plot/subplot.m
@@ -19,11 +19,11 @@
 ## -*- texinfo -*-
 ## @deftypefn  {Function File} {} subplot (@var{rows}, @var{cols}, @var{index})
 ## @deftypefnx {Function File} {} subplot (@var{rcn})
-## @deftypefnx {Function File} {@var{ax}} = subplot (@var{rcn}, ...)
+## @deftypefnx {Function File} {@var{hax} =} subplot (@dots{})
 ## Set up a plot grid with @var{rows} by @var{cols} subwindows and plot
 ## in location given by @var{index}.
 ##
-## If @var{ax} is provided, subplot returns the axis handle for the subplot.
+## If @var{hax} is provided, subplot returns the axis handle for the subplot.
 ## This is usuful for modifying the properties of a subplot.
 ##
 ## If only one argument is supplied, then it must be a three digit value