diff scripts/plot/xlim.m @ 7666:693ac94c2854

Fixed minor bugs in help texts of [x|y|z]lim and strtrim
author sh@sh-laptop
date Fri, 28 Mar 2008 13:09:35 -0400
parents a730e47fda4d
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/plot/xlim.m
+++ b/scripts/plot/xlim.m
@@ -23,7 +23,7 @@
 ## @deftypefnx {Function File} {} xlim (@var{m})
 ## @deftypefnx {Function File} {} xlim (@var{h}, @dots{})
 ## Get or set the limits of the x axis of the current plot. Called without
-## argumenst @code{xlim] returns the x axis limits of the current plot.
+## arguments @code{xlim} returns the x axis limits of the current plot.
 ## If passed a two element vector @var{xl}, the limits of the x axis are set
 ## to this value.
 ##