Mercurial > hg > octave-nkf
diff src/help.cc @ 4208:e96f52432059
[project @ 2002-12-03 19:48:57 by jwe]
author | jwe |
---|---|
date | Tue, 03 Dec 2002 19:48:57 +0000 |
parents | fc2048d4cd21 |
children | ccfdb55c8156 |
line wrap: on
line diff
--- a/src/help.cc +++ b/src/help.cc @@ -468,8 +468,7 @@ LIST_SYMBOLS (symbol_record::BUILTIN_VARIABLE, "built-in variables"); - LIST_SYMBOLS (symbol_record::TEXT_FUNCTION, - "text functions (these names are also reserved)"); + LIST_SYMBOLS (symbol_record::COMMAND, "commands"); LIST_SYMBOLS (symbol_record::MAPPER_FUNCTION, "mapper functions"); @@ -770,7 +769,7 @@ additional_help_message (octave_stdout); } -DEFUN_TEXT (help, args, , +DEFCMD (help, args, , "-*- texinfo -*-\n\ @deffn {Command} help\n\ Octave's @code{help} command can be used to print brief usage-style\n\ @@ -845,7 +844,7 @@ } } -DEFUN_TEXT (type, args, nargout, +DEFCMD (type, args, nargout, "-*- texinfo -*-\n\ \n\ @deffn {Command} type options name @dots{}\n\ @@ -969,7 +968,7 @@ } } -DEFUN_TEXT (which, args, nargout, +DEFCMD (which, args, nargout, "-*- texinfo -*-\n\ @deffn {Command} which name @dots{}\n\ Display the type of each @var{name}. If @var{name} is defined from a\n\