doc: fix example with awful.prompt.run hooks

It should return `command` for it to be executed.
This commit is contained in:
Daniel Hahler 2015-11-09 18:37:47 +01:00
parent b7d398f339
commit c8e078b1bf

View file

@ -243,6 +243,7 @@ end
-- if command:sub(1,1) == ":" then
-- return terminal .. ' -e ' .. command:sub(2)
-- end
-- return command
-- end}
-- }
-- @param textbox The textbox to use for the prompt.