diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 72bea3a..9ac36b6 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -441,7 +441,7 @@ | |||
441 | Use <tt>lanes.require()</tt> for this purpose. This will call the original <tt>require()</tt>, then add the result to the lookup databases. | 441 | Use <tt>lanes.require()</tt> for this purpose. This will call the original <tt>require()</tt>, then add the result to the lookup databases. |
442 | <br /> | 442 | <br /> |
443 | It is also possible to register a given module <i>a posteriori</i> with <tt>lanes.register()</tt>. This function will raise an error if the registered module is not a function or table.<br /> | 443 | It is also possible to register a given module <i>a posteriori</i> with <tt>lanes.register()</tt>. This function will raise an error if the registered module is not a function or table.<br /> |
444 | Embedders can call the equivalent function <tt>lanes_register()</tt> from the C side. | 444 | Embedders can call the equivalent function <tt>lanes_register()</tt> from the C side, through <tt>lua_call()</tt> or similar. |
445 | </p> | 445 | </p> |
446 | 446 | ||
447 | <table border="1" bgcolor="#FFFFE0" cellpadding="10" style="width:50%"> | 447 | <table border="1" bgcolor="#FFFFE0" cellpadding="10" style="width:50%"> |