diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 1b38aeb6f6cbd998631d4af530b0b66315b3922c..8656e43e6212c4d2be9594d313e83b896beefcf1 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -1596,13 +1596,12 @@ examples.
 * Items to be shown in dropdown
 * Index of currently selected dropdown item
 
-#### `checkbox[<X>,<Y>;<name>;<label>;<selected>;<tooltip>]`
+#### `checkbox[<X>,<Y>;<name>;<label>;<selected>]`
 * Show a checkbox
 * `x` and `y`: position of checkbox
 * `name` fieldname data is transferred to Lua
 * `label` to be shown left of checkbox
 * `selected` (optional): `true`/`false`
-* `tooltip` (optional)
 
 #### `scrollbar[<X>,<Y>;<W>,<H>;<orientation>;<name>;<value>]`
 * Show a scrollbar