diff scripts/plot/zlim.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children 0e231bbd78bc
line wrap: on
line diff
--- a/scripts/plot/zlim.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/plot/zlim.m	Thu Jan 20 17:35:29 2011 -0500
@@ -28,8 +28,8 @@
 ## to this value.
 ##
 ## The current mode for calculation of the z-axis can be returned with a
-## call @code{zlim ('mode')}, and can be either 'auto' or 'manual'.  The 
-## current plotting mode can be set by passing either 'auto' or 'manual' 
+## call @code{zlim ('mode')}, and can be either 'auto' or 'manual'.  The
+## current plotting mode can be set by passing either 'auto' or 'manual'
 ## as the argument.
 ##
 ## If passed a handle as the first argument, then operate on this handle