Browse Source

CH: Corrected API modifications to savefile and savefileas

Jean-Francois Goulet 19 years ago
parent
commit
23e542a3be
1 changed files with 2 additions and 2 deletions
  1. 2 2
      LuaEdit/Bin/Libraries/luaedit30x.lib

+ 2 - 2
LuaEdit/Bin/Libraries/luaedit30x.lib

@@ -11,5 +11,5 @@ luaedit.regread(hkey, keyname, value1name, [value2name], [...])	foo
 luaedit.regwrite(hkey, keyname, [valuename], [value])	foo
 luaedit.regwrite(hkey, keyname, [valuename], [value])	foo
 luaedit.saveall()	foo
 luaedit.saveall()	foo
 luaedit.saveprjas()	foo
 luaedit.saveprjas()	foo
-luaedit.saveunit()	foo
-luaedit.saveunitas()	foo
+luaedit.saveunit(filepath)	foo
+luaedit.saveunitas(filepath)	foo