Mercurial > hg > octave-nkf
diff scripts/plot/close.m @ 6895:76e3d985ae56
[project @ 2007-09-13 18:22:38 by jwe]
author | jwe |
---|---|
date | Thu, 13 Sep 2007 18:22:51 +0000 |
parents | b298a4c12fc3 |
children | 93c65f2a5668 |
line wrap: on
line diff
--- a/scripts/plot/close.m +++ b/scripts/plot/close.m @@ -22,7 +22,10 @@ ## @deftypefnx {Command} {} close (@var{n}) ## @deftypefnx {Command} {} close all ## @deftypefnx {Command} {} close all hidden -## Close the plot window(s). +## Close figure window(s) by calling the function specified by the +## @code{"closerequestfcn"} property for each figure. By default, the +## function @code{closereq} is used. +## @seealso{closereq} ## @end deftypefn ## Author: jwe