Mercurial > hg > octave-lyh
comparison scripts/plot/close.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 |
comparison
equal
deleted
inserted
replaced
8745:6dc61981d18b | 8746:5dd06f19e9be |
---|---|
26 ## function @code{closereq} is used. | 26 ## function @code{closereq} is used. |
27 ## @seealso{closereq} | 27 ## @seealso{closereq} |
28 ## @end deftypefn | 28 ## @end deftypefn |
29 | 29 |
30 ## Author: jwe | 30 ## Author: jwe |
31 | |
32 ## PKG_ADD: mark_as_command close | |
33 | 31 |
34 function retval = close (arg1, arg2) | 32 function retval = close (arg1, arg2) |
35 | 33 |
36 figs = []; | 34 figs = []; |
37 | 35 |