diff options
author | 2011-02-10 22:35:41 -0500 | |
---|---|---|
committer | 2011-02-10 22:35:41 -0500 | |
commit | c7a72194a3088a4c9701628338c3608dadddd40b (patch) | |
tree | c5e306df785524fb85ae9372184a466b0a15b111 /modules/lua/lua.luadoc | |
parent | 8d9902db02fb0218d2a6165b26348d19a5e95bc3 (diff) | |
download | textadept-c7a72194a3088a4c9701628338c3608dadddd40b.tar.gz textadept-c7a72194a3088a4c9701628338c3608dadddd40b.zip |
Updated documentation.
Diffstat (limited to 'modules/lua/lua.luadoc')
-rw-r--r-- | modules/lua/lua.luadoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/lua/lua.luadoc b/modules/lua/lua.luadoc index 3d5b5d1e..715d4a3f 100644 --- a/modules/lua/lua.luadoc +++ b/modules/lua/lua.luadoc @@ -801,6 +801,10 @@ function io.popen(prog [, mode]) end -- Equivalent to `io.input():read`. function io.read(ยทยทยท) end +-- * `io.stderr`: Standard error. +-- * `io.stdin`: Standard in. +-- * `io.stdout`: Standard out. + --- -- Returns a handle for a temporary file. This file is opened in update -- mode and it is automatically removed when the program ends. |