diff scripts/plot/shading.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 cf2163418140
line wrap: on
line diff
--- a/scripts/plot/shading.m
+++ b/scripts/plot/shading.m
@@ -40,8 +40,6 @@
 
 ## Author: Kai Habel <kai.habel@gmx.de>
 
-## PKG_ADD: mark_as_command shading
-
 function shading (varargin)
 
   [ax, varargin] = __plt_get_axis_arg__ ("shading", varargin{:});