diff scripts/plot/util/figure.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 8c648c3a2c8f 446c46af4b42
children dfea01b3425f
line wrap: on
line diff
--- a/scripts/plot/util/figure.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/plot/util/figure.m	Tue Jan 20 10:24:46 2015 -0500
@@ -30,7 +30,7 @@
 ## If called with an integer @var{n}, and no such numbered figure exists, then
 ## a new figure with the specified number is created.  If the figure already
 ## exists then it is made visible and becomes the current figure for plotting.
-## 
+##
 ## Multiple property-value pairs may be specified for the figure object, but
 ## they must appear in pairs.
 ##