diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/.textadept.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.textadept.lua b/core/.textadept.lua index c03d9fbc..db628ce3 100644 --- a/core/.textadept.lua +++ b/core/.textadept.lua @@ -76,7 +76,7 @@ function gtkmenu(menu_table) end -- Pops up a GTK menu at the cursor. -- @param menu The menu userdata returned by gtkmenu. -- @see gtkmenu -function popupmenu(menu) +function popupmenu(menu) end --- -- Checks if the buffer being indexed is the currently focused buffer. |