diff options
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index d36c1dc0..8060a41d 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -2821,6 +2821,7 @@ function upper_case(buffer) end -- @param items The sorted string of words to show, separated by -- `buffer.auto_c_separator` characters (initially spaces). -- @see _SCINTILLA.next_user_list_type +-- @see events.USER_LIST_SELECTION function user_list_show(buffer, id, items) end --- |