Mercurial > hg > octave-lyh
diff src/help.cc @ 5667:ec3ffbf9982b
[project @ 2006-03-15 02:51:39 by jwe]
author | jwe |
---|---|
date | Wed, 15 Mar 2006 02:51:40 +0000 |
parents | 2b20d1707f29 |
children | 62734ddaf17b |
line wrap: on
line diff
--- a/src/help.cc +++ b/src/help.cc @@ -929,6 +929,7 @@ \n\ Once the GNU Info browser is running, help for using it is available\n\ using the command @kbd{C-h}.\n\ +@seealso{which, lookfor}\n\ @end deffn") { octave_value_list retval; @@ -1116,6 +1117,7 @@ @deffn {Command} which name @dots{}\n\ Display the type of each @var{name}. If @var{name} is defined from a\n\ function file, the full name of the file is also displayed.\n\ +@seealso{help, lookfor}\n\ @end deffn") { octave_value_list retval; @@ -1537,7 +1539,7 @@ find the first sentence, but the same can not be guaranteed for other\n\ functions. Therefore the use of the '-all' argument might be necessary\n\ to find related functions that are not part of octave.\n\ -@seealso{which, help}\n\ +@seealso{help, which}\n\ @end deffn") { octave_value_list retval;