diff options
author | 2007-11-03 17:08:14 -0400 | |
---|---|---|
committer | 2007-11-03 17:08:14 -0400 | |
commit | 0c39268a1d0d60890b1bd00aba440d6b5fcb16d7 (patch) | |
tree | c63d0169d81e5f6080f43eaeb46ac7cbfc1b0108 /core/.textadept.lua | |
parent | 382f68aef92f7d8c5c14cda39da5811da0e01b9f (diff) | |
download | textadept-0c39268a1d0d60890b1bd00aba440d6b5fcb16d7.tar.gz textadept-0c39268a1d0d60890b1bd00aba440d6b5fcb16d7.zip |
Various reformatting for consistency.
Diffstat (limited to 'core/.textadept.lua')
-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. |