comparison scripts/plot/uiwait.m @ 14373:d00900b3dc4b

doc: Use two spaces at start of sentence. * ndgrid.m, uiwait.m, sprandn.m, sprandsym.m, quantile.m: Use two spaces at start of sentence.
author Rik <octave@nomad.inbox5.com>
date Thu, 16 Feb 2012 15:44:42 -0800
parents d580d7179f85
children 1c89599167a6
comparison
equal deleted inserted replaced
14372:3f6489feca1e 14373:d00900b3dc4b
27 ## If the figure handle is invalid or there is no current figure, this 27 ## If the figure handle is invalid or there is no current figure, this
28 ## functions returns immediately. 28 ## functions returns immediately.
29 ## 29 ##
30 ## When specified, @var{timeout} defines the number of seconds to wait 30 ## When specified, @var{timeout} defines the number of seconds to wait
31 ## for the figure deletion or the @code{uiresume} call. The timeout value 31 ## for the figure deletion or the @code{uiresume} call. The timeout value
32 ## must be at least 1. If a smaller value is specified, a warning is issued 32 ## must be at least 1. If a smaller value is specified, a warning is issued
33 ## and a timeout value of 1 is used instead. If a non-integer value is 33 ## and a timeout value of 1 is used instead. If a non-integer value is
34 ## specified, it is truncated towards 0. If @var{timeout} is not specified, 34 ## specified, it is truncated towards 0. If @var{timeout} is not specified,
35 ## the program execution is suspended indefinitely. 35 ## the program execution is suspended indefinitely.
36 ## @seealso{uiresume, waitfor} 36 ## @seealso{uiresume, waitfor}
37 ## @end deftypefn 37 ## @end deftypefn
38 38
39 ## Author: goffioul 39 ## Author: goffioul