Mercurial > hg > octave-lyh
comparison src/parse.y @ 6637:c18ed0e7ee41
[project @ 2007-05-21 19:12:46 by jwe]
author | jwe |
---|---|
date | Mon, 21 May 2007 19:12:46 +0000 |
parents | ff87ad14403f |
children | 6a7fc4105bcc |
comparison
equal
deleted
inserted
replaced
6636:de8a8ba43848 | 6637:c18ed0e7ee41 |
---|---|
3521 @end example\n\ | 3521 @end example\n\ |
3522 \n\ | 3522 \n\ |
3523 Uses like\n\ | 3523 Uses like\n\ |
3524 \n\ | 3524 \n\ |
3525 @example\n\ | 3525 @example\n\ |
3526 autoload (\"foo\", file_in_loadpth (\"bar.oct\"))\n\ | 3526 autoload (\"foo\", file_in_loadpath (\"bar.oct\"))\n\ |
3527 @end example\n\ | 3527 @end example\n\ |
3528 \n\ | 3528 \n\ |
3529 @noindent\n\ | 3529 @noindent\n\ |
3530 are strongly discouraged.\n\ | 3530 are strongly discouraged.\n\ |
3531 \n\ | 3531 \n\ |
3532 With no arguments, return a structure containing the curre autoload map.\n\ | 3532 With no arguments, return a structure containing the current autoload map.\n\ |
3533 @seealso{PKG_ADD}\n\ | 3533 @seealso{PKG_ADD}\n\ |
3534 @end deftypefn") | 3534 @end deftypefn") |
3535 { | 3535 { |
3536 octave_value retval; | 3536 octave_value retval; |
3537 | 3537 |