Mercurial > hg > octave-nkf
diff src/help.cc @ 1488:89c587478067
[project @ 1995-09-26 22:49:48 by jwe]
author | jwe |
---|---|
date | Tue, 26 Sep 1995 22:49:48 +0000 |
parents | 2f85a175308f |
children | 3e705c864019 |
line wrap: on
line diff
--- a/src/help.cc +++ b/src/help.cc @@ -673,12 +673,12 @@ } #ifdef USE_GNU_INFO -DEFUN_TEXT ("help", Fhelp, Shelp, -1, 1, +DEFUN_TEXT ("help", Fhelp, Shelp, 10, "help [-i] [topic ...]\n\ \n\ print cryptic yet witty messages") #else -DEFUN_TEXT ("help", Fhelp, Shelp, -1, 1, +DEFUN_TEXT ("help", Fhelp, Shelp, 10, "help [topic ...]\n\ \n\ print cryptic yet witty messages") @@ -712,7 +712,7 @@ return retval; } -DEFUN_TEXT ("type", Ftype, Stype, -1, 1, +DEFUN_TEXT ("type", Ftype, Stype, 11, "type NAME ...]\n\ \n\ display the definition of each NAME that refers to a function") @@ -853,7 +853,7 @@ return retval; } -DEFUN_TEXT ("which", Fwhich, Swhich, -1, 1, +DEFUN_TEXT ("which", Fwhich, Swhich, 11, "which NAME ...]\n\ \n\ display the type of each NAME. If NAME is defined from an function\n\