From 85450b9983ec16b27981572c258298e6fbf2f59d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 11 Mar 2015 16:53:07 -0400 Subject: Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3. LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes. --- core/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/init.lua') diff --git a/core/init.lua b/core/init.lua index e9311985..2bfb0662 100644 --- a/core/init.lua +++ b/core/init.lua @@ -189,8 +189,8 @@ function spawn_proc:wait() end -- Ensure any read operations read all stdout available. The stdout callback -- function passed to `spawn()` will not be called until the stdout buffer is -- clear. --- @param arg Optional argument similar to those in Lua's `io.read()`, but "*n" --- is not supported. The default value is "*l", which reads a line. +-- @param arg Optional argument similar to those in Lua's `io.read()`, but "n" +-- is not supported. The default value is "l", which reads a line. -- @return string of bytes read function spawn_proc:read(arg) end -- cgit v1.2.3