man/xmonad.hs: remove reference to deprecated 'dynamicLogDzen' function

This commit is contained in:
Brent Yorgey 2009-11-26 05:39:08 +00:00
parent eddb445307
commit 262db2367f

View File

@ -239,11 +239,7 @@ myEventHook = mempty
-- Status bars and logging
-- Perform an arbitrary action on each internal state change or X event.
-- See the 'DynamicLog' extension for examples.
--
-- To emulate dwm's status bar
--
-- > logHook = dynamicLogDzen
-- See the 'XMonad.Hooks.DynamicLog' extension for examples.
--
myLogHook = return ()