diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2008-02-20 21:40:33 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2008-02-20 21:40:33 +0100 |
commit | 7b4b99f3cb25cf8e1f2d83b667bf1145f3cfa427 (patch) | |
tree | 6238e2f68dcb36f02bdf9c95c3cfa4ea76224eaa /XMonad/Hooks | |
parent | 851dc7642746acb2b370937fd1da901ba667b3a1 (diff) | |
download | XMonadContrib-7b4b99f3cb25cf8e1f2d83b667bf1145f3cfa427.tar.gz XMonadContrib-7b4b99f3cb25cf8e1f2d83b667bf1145f3cfa427.tar.xz XMonadContrib-7b4b99f3cb25cf8e1f2d83b667bf1145f3cfa427.zip |
DynamicLog.hs: haddock fix
Someone forgot to check if her patch was going to break haddock docs
generation or not. So, while I was recording a patch with quite a long
description I had to manually write - sound strange? -, I found out
that my patch did not pass the tests, because of this haddock problem
left behind.
And so I fixed it, recorded this patch, with the hope the my next
description of the next patch I'm going to record will survive the
test suite we created to avoid this kind of problems for.
darcs-hash:20080220204033-32816-c937fe0e85fdd671c06991b0f2fc507222734c97.gz
Diffstat (limited to 'XMonad/Hooks')
-rw-r--r-- | XMonad/Hooks/DynamicLog.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Hooks/DynamicLog.hs b/XMonad/Hooks/DynamicLog.hs index 77fece5..a3fb58d 100644 --- a/XMonad/Hooks/DynamicLog.hs +++ b/XMonad/Hooks/DynamicLog.hs @@ -352,7 +352,7 @@ data PP = PP { ppCurrent :: WorkspaceId -> String -- ^ applied to the entire formatted string in order to -- output it. Can be used to specify an alternative -- output method (e.g. write to a pipe instead of - -- stdout), and/or to perform some last-minute + -- stdout), and\/or to perform some last-minute -- formatting. } |