diff scripts/plot/ylim.m @ 9209:923c7cb7f13f

Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction. spellchecked all .txi and .texi files.
author Rik <rdrider0-list@yahoo.com>
date Sun, 17 May 2009 12:18:06 -0700
parents dbd0c77e575e
children 16f53d29049f
line wrap: on
line diff
--- a/scripts/plot/ylim.m
+++ b/scripts/plot/ylim.m
@@ -22,12 +22,12 @@
 ## @deftypefnx {Function File} {@var{m} =} ylim ('mode')
 ## @deftypefnx {Function File} {} ylim (@var{m})
 ## @deftypefnx {Function File} {} ylim (@var{h}, @dots{})
-## Get or set the limits of the y axis of the current plot.  Called without
-## arguments @code{ylim} returns the y axis limits of the current plot.
-## If passed a two element vector @var{xl}, the limits of the y axis are set
+## Get or set the limits of the y-axis of the current plot.  Called without
+## arguments @code{ylim} returns the y-axis limits of the current plot.
+## If passed a two element vector @var{xl}, the limits of the y-axis are set
 ## to this value.
 ##
-## The current mode for calculation of the y axis can be returned with a
+## The current mode for calculation of the y-axis can be returned with a
 ## call @code{ylim ('mode')}, and can be either 'auto' or 'manual'.  The 
 ## current plotting mode can be set by passing either 'auto' or 'manual' 
 ## as the argument.