diff scripts/plot/caxis.m @ 8746:5dd06f19e9be

handle commands in the lexer
author John W. Eaton <jwe@octave.org>
date Sun, 15 Feb 2009 23:49:15 -0500
parents 73d6b71788c0
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/plot/caxis.m
+++ b/scripts/plot/caxis.m
@@ -35,8 +35,6 @@
 ## this axes rather than the current axes.
 ## @end deftypefn
 
-## PKG_ADD: mark_as_command caxis
-
 function varargout = caxis (varargin)
 
   [h, varargin, nargin] = __plt_get_axis_arg__ ("caxis", varargin{:});