comparison src/variables.cc @ 6637:c18ed0e7ee41

[project @ 2007-05-21 19:12:46 by jwe]
author jwe
date Mon, 21 May 2007 19:12:46 +0000
parents b85dd243601d
children 3350e816e2a4
comparison
equal deleted inserted replaced
6636:de8a8ba43848 6637:c18ed0e7ee41
233 DEFCMD (iscommand, args, , 233 DEFCMD (iscommand, args, ,
234 "-*- texinfo -*-\n\ 234 "-*- texinfo -*-\n\
235 @deftypefn {Built-in Function} {} iscommand (@var{name})\n\ 235 @deftypefn {Built-in Function} {} iscommand (@var{name})\n\
236 Return true if @var{name} is a command style function. If @var{name}\n\ 236 Return true if @var{name} is a command style function. If @var{name}\n\
237 is omitted, return a list of identifiers which are marked as commands with\n\ 237 is omitted, return a list of identifiers which are marked as commands with\n\
238 mark_as_command.\n\ 238 @code{mark_as_command}.\n\
239 @seealso{mark_as_command, unmark_command}\n\ 239 @seealso{mark_as_command, unmark_command}\n\
240 @end deftypefn") 240 @end deftypefn")
241 { 241 {
242 octave_value retval; 242 octave_value retval;
243 243