awful: fix comments typo
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
987349e4b7
commit
2d42b3c15c
|
@ -571,7 +571,7 @@ end
|
||||||
|
|
||||||
--- Move a client to a tag.
|
--- Move a client to a tag.
|
||||||
-- @param target The tag to move the client to.
|
-- @param target The tag to move the client to.
|
||||||
-- @para c Optional client to move, otherwise the focused one is used.
|
-- @param c Optional client to move, otherwise the focused one is used.
|
||||||
function client.movetotag(target, c)
|
function client.movetotag(target, c)
|
||||||
local sel = c or capi.client.focus
|
local sel = c or capi.client.focus
|
||||||
if sel then
|
if sel then
|
||||||
|
@ -969,7 +969,7 @@ end
|
||||||
--- Use bash completion system to complete command and filename.
|
--- Use bash completion system to complete command and filename.
|
||||||
-- @param command The command line.
|
-- @param command The command line.
|
||||||
-- @param cur_pos The cursor position.
|
-- @param cur_pos The cursor position.
|
||||||
-- @paran ncomp The element number to complete.
|
-- @param ncomp The element number to complete.
|
||||||
-- @return The new command and the new cursor position.
|
-- @return The new command and the new cursor position.
|
||||||
function completion.bash(command, cur_pos, ncomp)
|
function completion.bash(command, cur_pos, ncomp)
|
||||||
local wstart = 1
|
local wstart = 1
|
||||||
|
|
Loading…
Reference in New Issue