Mercurial > hg > octave-nkf
comparison src/help.cc @ 572:94fd73d1a0bc
[project @ 1994-07-28 05:35:47 by jwe]
author | jwe |
---|---|
date | Thu, 28 Jul 1994 05:35:47 +0000 |
parents | 682393bf54f7 |
children | bc813f5eb025 |
comparison
equal
deleted
inserted
replaced
571:37082b93ec7e | 572:94fd73d1a0bc |
---|---|
607 { | 607 { |
608 sym_rec = global_sym_tab->lookup (*argv, 1, 0); | 608 sym_rec = global_sym_tab->lookup (*argv, 1, 0); |
609 if (sym_rec) | 609 if (sym_rec) |
610 { | 610 { |
611 tree_identifier tmp (sym_rec); | 611 tree_identifier tmp (sym_rec); |
612 tmp.parse_fcn_file (0); | 612 tmp.load_fcn_from_file (0); |
613 char *h = sym_rec->help (); | 613 char *h = sym_rec->help (); |
614 if (h && *h) | 614 if (h && *h) |
615 { | 615 { |
616 output_buf << "\n*** " << *argv << ":\n\n" | 616 output_buf << "\n*** " << *argv << ":\n\n" |
617 << h << "\n"; | 617 << h << "\n"; |