Mercurial > hg > octave-nkf
diff src/help.cc @ 1957:0e6a0a271998
[project @ 1996-02-15 01:08:15 by jwe]
author | jwe |
---|---|
date | Thu, 15 Feb 1996 01:08:49 +0000 |
parents | db375ab88640 |
children | a2e206524aa0 |
line wrap: on
line diff
--- a/src/help.cc +++ b/src/help.cc @@ -667,12 +667,12 @@ } #ifdef USE_GNU_INFO -DEFUN_TEXT ("help", Fhelp, Shelp, 10, +DEFUN_TEXT (help, args, , "help [-i] [topic ...]\n\ \n\ print cryptic yet witty messages") #else -DEFUN_TEXT ("help", Fhelp, Shelp, 10, +DEFUN_TEXT (help, args, , "help [topic ...]\n\ \n\ print cryptic yet witty messages") @@ -706,7 +706,7 @@ return retval; } -DEFUN_TEXT ("type", Ftype, Stype, 11, +DEFUN_TEXT (type, args, nargout, "type NAME ...]\n\ \n\ display the definition of each NAME that refers to a function") @@ -852,7 +852,7 @@ return retval; } -DEFUN_TEXT ("which", Fwhich, Swhich, 11, +DEFUN_TEXT (which, args, nargout, "which NAME ...\n\ \n\ display the type of each NAME. If NAME is defined from an function\n\