diff scripts/plot/isfigure.m @ 6895:76e3d985ae56

[project @ 2007-09-13 18:22:38 by jwe]
author jwe
date Thu, 13 Sep 2007 18:22:51 +0000
parents 44c91c5dfe1d
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/plot/isfigure.m	Thu Sep 13 16:36:18 2007 +0000
+++ b/scripts/plot/isfigure.m	Thu Sep 13 18:22:51 2007 +0000
@@ -19,8 +19,8 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} isfigure (@var{h})
-## Return 1 if @var{h} is a graphics handle that contains a figure
-## object and 0 otherwise.
+## Return true if @var{h} is a graphics handle that contains a figure
+## object and false otherwise.
 ## @end deftypefn
 
 ## Author: jwe