Mercurial > hg > octave-nkf
diff src/defun.cc @ 5814:67bf9b4f2ae2
[project @ 2006-05-11 21:58:34 by jwe]
author | jwe |
---|---|
date | Thu, 11 May 2006 21:58:34 +0000 |
parents | e8be7fe586f9 |
children | 080c08b192d8 |
line wrap: on
line diff
--- a/src/defun.cc +++ b/src/defun.cc @@ -169,7 +169,7 @@ sym_rec->document (doc); // Also insert the full name in the symbol table. This way, we can - // properly cope with changes to LOADPATH. + // properly cope with changes to LOAD_PATH. symbol_record *full_sr = fbi_sym_tab->lookup (shl.file_name (), true);