From 7af3a62b748ab62596b6815ac97c9cf527513a6c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 10 Jun 2010 22:54:51 -0400 Subject: Moved textadept.io into Lua's io table. Renamed textadept.io.open to textadept.io.open_file to prevent conflicts. --- doc/manual/7_LuaInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/manual/7_LuaInterface.md b/doc/manual/7_LuaInterface.md index 3756f615..f99691e4 100644 --- a/doc/manual/7_LuaInterface.md +++ b/doc/manual/7_LuaInterface.md @@ -29,5 +29,5 @@ Textadept's Lua state: [package_path]: http://www.lua.org/manual/5.1/manual.html#pdf-package.path [theme]: 6_Startup.html -[file_io]: ../modules/textadept.io.html +[file_io]: ../modules/io.html [textadept_reset]: ../modules/textadept.html#reset -- cgit v1.2.3