changeset 8699:4ae6cac6d995 octave-forge

tics: small texinfo fix
author carandraug
date Thu, 27 Oct 2011 16:42:16 +0000
parents 4c7a3a3a867a
children ccfd4f13d5e0
files main/plot/inst/tics.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/plot/inst/tics.m	Thu Oct 27 16:34:26 2011 +0000
+++ b/main/plot/inst/tics.m	Thu Oct 27 16:42:16 2011 +0000
@@ -5,7 +5,7 @@
 ## This program is in the public domain
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} tics (@var{axis}, [@var{pos1}, @var{pos2}, @dots], [@var{lab1}, @var{lab2}, @dots{}],)
+## @deftypefn {Function File} {} tics (@var{axis}, [@var{pos1}, @var{pos2}, @dots{}], [@var{lab1}, @var{lab2}, @dots{}],)
 ## Explicitly set the tic positions and labels for the given axis.
 ##
 ## @var{axis} must be 'x', 'y' or 'z'.