aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-11-03 17:08:14 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2007-11-03 17:08:14 -0400
commit0c39268a1d0d60890b1bd00aba440d6b5fcb16d7 (patch)
treec63d0169d81e5f6080f43eaeb46ac7cbfc1b0108 /core
parent382f68aef92f7d8c5c14cda39da5811da0e01b9f (diff)
downloadtextadept-0c39268a1d0d60890b1bd00aba440d6b5fcb16d7.tar.gz
textadept-0c39268a1d0d60890b1bd00aba440d6b5fcb16d7.zip
Various reformatting for consistency.
Diffstat (limited to 'core')
-rw-r--r--core/.textadept.lua2
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.