aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-10-23 12:19:35 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-10-23 12:19:35 -0400
commit779139b92748dc90249d92d3b8c453f48b2dbcba (patch)
tree92a0e27fb8ad9eb2f72b2636f0d84e32130bda3c
parent5ad6b6de25a164803a121da9799d765318b6d763 (diff)
downloadtextadept-779139b92748dc90249d92d3b8c453f48b2dbcba.tar.gz
textadept-779139b92748dc90249d92d3b8c453f48b2dbcba.zip
Fixed LuaDoc; core/.view.luadoc
-rw-r--r--core/.view.luadoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc
index c658ddfb..6913baa6 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -28,7 +28,7 @@ function split(view, vertical) end
-- Unsplits the given view if possible.
-- @param view The view to unsplit.
-- @return boolean if the view was unsplit or not.
-function view.unsplit(view) end
+function unsplit(view) end
---
-- Goes to the specified buffer in the given view.