doc: typos/grammar
This commit is contained in:
parent
2932322775
commit
555ccc15a8
|
@ -706,8 +706,8 @@ local function attached_connect_signal_screen(screen, sig, func)
|
|||
end)
|
||||
end
|
||||
|
||||
--- Add a signal to all attached tag and all tag that will be attached in the
|
||||
-- future. When a tag is detach from the screen, its signal is removed.
|
||||
--- Add a signal to all attached tags and all tags that will be attached in the
|
||||
-- future. When a tag is detached from the screen, its signal is removed.
|
||||
-- @param screen The screen concerned, or all if nil.
|
||||
function tag.attached_connect_signal(screen, ...)
|
||||
if screen then
|
||||
|
|
|
@ -458,7 +458,7 @@ client_focus_refresh(void)
|
|||
xwindow_takefocus(c->window);
|
||||
}
|
||||
|
||||
/* If nothing has the focused or the currently focused client doesn't want
|
||||
/* If nothing has the focus or the currently focused client does not want
|
||||
* us to focus it, this sets the focus to the root window. This makes sure
|
||||
* the previously focused client actually gets unfocused. Alternatively, the
|
||||
* new client gets the input focus.
|
||||
|
|
Loading…
Reference in New Issue