Added link to awful.prompt.run to documentation

This commit is contained in:
Kirill Funtov 2018-04-05 11:04:17 +03:00
parent 94856f48b4
commit 38f7b17f0b
No known key found for this signature in database
GPG Key ID: E620057B7B81D9F3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ end
-- @tparam[opt=`beautiful.prompt_bg` or `beautiful.bg_normal`] color args.bg Prompt background color. -- @tparam[opt=`beautiful.prompt_bg` or `beautiful.bg_normal`] color args.bg Prompt background color.
-- @tparam[opt=`beautiful.prompt_fg` or `beautiful.fg_normal`] color args.fg Prompt foreground color. -- @tparam[opt=`beautiful.prompt_fg` or `beautiful.fg_normal`] color args.fg Prompt foreground color.
-- @tparam[opt=`awful.completion.shell`] function args.completion_callback -- @tparam[opt=`awful.completion.shell`] function args.completion_callback
-- The callback function to call to get completion. -- The callback function to call to get completion. See @{awful.prompt.run} for details.
-- @return An instance of prompt widget, inherits from `wibox.container.background`. -- @return An instance of prompt widget, inherits from `wibox.container.background`.
-- @function awful.widget.prompt -- @function awful.widget.prompt
function widgetprompt.new(args) function widgetprompt.new(args)