diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/manual.of | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/manual.of b/manual/manual.of index b68d41c9..c5c74696 100644 --- a/manual/manual.of +++ b/manual/manual.of | |||
@@ -8773,13 +8773,13 @@ The returned table can contain all the fields returned by @Lid{lua_getinfo}, | |||
8773 | with the string @id{what} describing which fields to fill in. | 8773 | with the string @id{what} describing which fields to fill in. |
8774 | The default for @id{what} is to get all information available, | 8774 | The default for @id{what} is to get all information available, |
8775 | except the table of valid lines. | 8775 | except the table of valid lines. |
8776 | If present, | 8776 | The option @Char{f} |
8777 | the option @Char{f} | ||
8778 | adds a field named @id{func} with the function itself. | 8777 | adds a field named @id{func} with the function itself. |
8779 | If present, | 8778 | The option @Char{L} adds a field named @id{activelines} |
8780 | the option @Char{L} | 8779 | with the table of valid lines, |
8781 | adds a field named @id{activelines} with the table of | 8780 | provided the function is a Lua function. |
8782 | valid lines. | 8781 | If the function has no debug information, |
8782 | the table is empty. | ||
8783 | 8783 | ||
8784 | For instance, the expression @T{debug.getinfo(1,"n").name} returns | 8784 | For instance, the expression @T{debug.getinfo(1,"n").name} returns |
8785 | a name for the current function, | 8785 | a name for the current function, |