minor: doc / formatting

This commit is contained in:
Daniel Hahler 2015-02-09 20:16:48 +01:00
parent e24cb901cb
commit 5db280ab73
1 changed files with 3 additions and 2 deletions

View File

@ -261,8 +261,9 @@ end
-- with command as argument when a command was changed.
-- @param[opt] keypressed_callback The callback function to call
-- with mod table, key and command as arguments when a key was pressed.
function prompt.run(args, textbox, exe_callback, completion_callback, history_path, history_max, done_callback, changed_callback, keypressed_callback)
function prompt.run(args, textbox, exe_callback, completion_callback,
history_path, history_max, done_callback,
changed_callback, keypressed_callback)
local grabber
local theme = beautiful.get()
if not args then args = {} end