From 3e736a64e874e5ee0eac1e72e8d019c6b04b121d Mon Sep 17 00:00:00 2001
From: Brent Yorgey <byorgey@gmail.com>
Date: Tue, 11 Mar 2008 17:07:27 +0100
Subject: update documentation

darcs-hash:20080311160727-bd4d7-05229354077a443abab79de16b60ac32728813a3.gz
---
 XMonad/Main.hs | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'XMonad/Main.hs')

diff --git a/XMonad/Main.hs b/XMonad/Main.hs
index 405caec..667af81 100644
--- a/XMonad/Main.hs
+++ b/XMonad/Main.hs
@@ -109,7 +109,7 @@ xmonad initxmc = do
             -- bootstrap the windowset, Operations.windows will identify all
             -- the windows in winset as new and set initial properties for
             -- those windows.  Remove all windows that are no longer top-level
-            -- children of the root, they may have disappeared since 
+            -- children of the root, they may have disappeared since
             -- restarting.
             windows . const . foldr W.delete winset $ W.allWindows winset \\ ws
 
@@ -202,7 +202,8 @@ handle e@(ButtonEvent {ev_window = w,ev_event_type = t,ev_button = b })
            else focus w
     broadcastMessage e -- Always send button events.
 
--- entered a normal window, makes this focused.
+-- entered a normal window: focus it if focusFollowsMouse is set to
+-- True in the user's config.
 handle e@(CrossingEvent {ev_window = w, ev_event_type = t})
     | t == enterNotify && ev_mode   e == notifyNormal
                        && ev_detail e /= notifyInferior
-- 
cgit v1.2.3