From f211874340281c7dfef8d90abbc9a7d8d90b07b5 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Mon, 31 Dec 2012 02:46:00 +0000 Subject: [PATCH] X.A.Workscreen make the whole module description show up for haddock --- XMonad/Actions/Workscreen.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Actions/Workscreen.hs b/XMonad/Actions/Workscreen.hs index 365ef4b7..d610d41f 100644 --- a/XMonad/Actions/Workscreen.hs +++ b/XMonad/Actions/Workscreen.hs @@ -11,7 +11,7 @@ -- A workscreen permits to display a set of workspaces on several -- screens. In xinerama mode, when a workscreen is viewed, workspaces -- associated to all screens are visible. - +-- -- The first workspace of a workscreen is displayed on first screen, -- second on second screen, etc. Workspace position can be easily -- changed. If the current workscreen is called again, workspaces are