From 302e698ba8187a203078a610f53930582fe75b40 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 2 Feb 2015 11:19:38 +0100 Subject: [PATCH] minor --- lib/awful/screen.lua.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/awful/screen.lua.in b/lib/awful/screen.lua.in index ab544780..07a9bc17 100644 --- a/lib/awful/screen.lua.in +++ b/lib/awful/screen.lua.in @@ -43,7 +43,8 @@ function screen.getbycoord(x, y, default) return default end ---- Give the focus to a screen, and move pointer. Keeps relative position of the pointer on the screen. +--- Give the focus to a screen, and move pointer. +-- Keeps relative position of the pointer on the screen. -- @param _screen Screen number. function screen.focus(_screen) client = client or require("awful.client")