diff scripts/plot/uiwait.m @ 13929:9cae456085c2

Grammarcheck of documentation before 3.6.0 release. * accumarray.m, blkdiag.m, nargoutchk.m, nthargout.m, profexplore.m, profile.m, computer.m, orderfields.m, recycle.m, version.m, sqp.m, matlabroot.m, __plt_get_axis_arg__.m, isonormals.m, isosurface.m, __fltk_file_filter__.m, __is_function__.m, __uigetdir_fltk__.m, __uigetfile_fltk__.m, __uiobject_split_args__.m, __uiputfile_fltk__.m, uicontextmenu.m, uiresume.m, uiwait.m, mkpp.m, ppder.m, residue.m, addpref.m, getpref.m, ispref.m, loadprefs.m, prefsfile.m, saveprefs.m, rmpref.m, setpref.m, fftshift.m, bicg.m, bicgstab.m, cgs.m, gmres.m, __sprand_impl__.m, quantile.m, deblank.m, strsplit.m, addtodate.m, bsxfun.cc, kron.cc, regexp.cc, data.cc, file-io.cc, graphics.cc, load-save.cc, mappers.cc: Grammarcheck of documentation before 3.6.0 release.
author Rik <octave@nomad.inbox5.com>
date Wed, 23 Nov 2011 08:38:19 -0800
parents 3b654a0753b1
children 5820f8ce683e
line wrap: on
line diff
--- a/scripts/plot/uiwait.m
+++ b/scripts/plot/uiwait.m
@@ -20,17 +20,17 @@
 ## @deftypefn  {Function File} uiwait
 ## @deftypefnx {Function File} uiwait (@var{h})
 ## @deftypefnx {Function File} uiwait (@var{h}, @var{timeout})
-## Suspends program execution until the figure with handle @var{h} is
-## deleted or @code{uiresume} is called. When no figure handle is specified,
+## Suspend program execution until the figure with handle @var{h} is
+## deleted or @code{uiresume} is called.  When no figure handle is specified,
 ## this function uses the current figure.
 ##
 ## If the figure handle is invalid or there is no current figure, this
 ## functions returns immediately.
 ##
 ## When specified, @var{timeout} defines the number of seconds to wait
-## for the figure deletion or the @code{uiresume} call. The timeout value
+## for the figure deletion or the @code{uiresume} call.  The timeout value
 ## must be at least 1. If a smaller value is specified, a warning is issued
-## and a timeout value of 1 is used instead. If a non integer value is
+## and a timeout value of 1 is used instead.  If a non-integer value is
 ## specified, it is truncated towards 0. If @var{timeout} is not specified,
 ## the program execution is suspended indefinitely.
 ## @seealso{uiresume, waitfor}