aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-09-06 23:42:13 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-09-06 23:42:13 -0400
commit9bff1b29293b50e506936e93c14d7a65e8b0ea29 (patch)
tree0347f3706b6f2fc6233272f75b3f2341e24071a6 /scripts
parentc1f943631f518390869220966cfd10dfa4278165 (diff)
Updated LuaDoc.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_iface.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua
index c2dc0920..56089020 100755
--- a/scripts/gen_iface.lua
+++ b/scripts/gen_iface.lua
@@ -188,7 +188,8 @@ function M.next_indic_number()
end
---
--- Returns a unique user list type for use with `buffer.user_list_show()`.
+-- Returns a unique user list identier number for use with
+-- `buffer.user_list_show()`.
-- Use this function for custom user lists in order to prevent clashes with
-- list identifiers of other custom user lists.
-- @usage local list_type = _SCINTILLA.next_user_list_type()