diff options
Diffstat (limited to 'core/init.lua')
-rw-r--r-- | core/init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua index cd1c9546..11a911d7 100644 --- a/core/init.lua +++ b/core/init.lua @@ -54,7 +54,7 @@ function user_dofile(filename) return ok end --- The tables below were defined in C. +--[[ The tables below were defined in C. --- -- Command line parameters. @@ -121,3 +121,4 @@ local reset -- @class function -- @name timeout local timeout +]] |