comparison src/help.cc @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents eb998631a4aa
children df60ce855feb
comparison
equal deleted inserted replaced
5641:eb998631a4aa 5642:2618a0750ae6
1535 sentence of the help of the functions is dependent on the format of the\n\ 1535 sentence of the help of the functions is dependent on the format of the\n\
1536 functions help. All of the functions in octave itself will correctly\n\ 1536 functions help. All of the functions in octave itself will correctly\n\
1537 find the first sentence, but the same can not be guaranteed for other\n\ 1537 find the first sentence, but the same can not be guaranteed for other\n\
1538 functions. Therefore the use of the '-all' argument might be necessary\n\ 1538 functions. Therefore the use of the '-all' argument might be necessary\n\
1539 to find related functions that are not part of octave.\n\ 1539 to find related functions that are not part of octave.\n\
1540 @end deffn\n\ 1540 @seealso{which, help}\n\
1541 @seealso{which, help}") 1541 @end deffn")
1542 { 1542 {
1543 octave_value_list retval; 1543 octave_value_list retval;
1544 int nargin = args.length (); 1544 int nargin = args.length ();
1545 bool first_sentence_only = true; 1545 bool first_sentence_only = true;
1546 1546