X.H.UrgencyHook: haddock fixes

This commit is contained in:
Devin Mullins
2008-08-16 19:52:20 +00:00
parent 26e40e555e
commit bfc265d663

View File

@@ -115,7 +115,7 @@ import Foreign (unsafePerformIO)
-- Now, your "XMonad.Hooks.DynamicLog" must be set up to display the urgent
-- windows. If you're using the 'dzen' or 'dzenPP' functions from that module,
-- then you should be good. Otherwise, you want to figure out how to set
-- 'ppUrgents'.
-- 'ppUrgent'.
-- $keybinding
--
@@ -363,7 +363,7 @@ newtype SpawnUrgencyHook = SpawnUrgencyHook String deriving (Read, Show)
instance UrgencyHook SpawnUrgencyHook where
urgencyHook (SpawnUrgencyHook prefix) w = spawn $ prefix ++ show w
-- For debugging purposes, really.
-- | For debugging purposes, really.
data StdoutUrgencyHook = StdoutUrgencyHook deriving (Read, Show)
instance UrgencyHook StdoutUrgencyHook where