diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-16 13:23:59 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-16 13:23:59 +0100 |
commit | 232630650c94ab64ade66a774bec0f869044aa14 (patch) | |
tree | 369ec0e09103b5a321944184e5a6f087f7db3fa6 /XMonad/Util | |
parent | 809e9cd669c4881afd58337424b1aa55e18aa4c8 (diff) | |
download | XMonadContrib-232630650c94ab64ade66a774bec0f869044aa14.tar.gz XMonadContrib-232630650c94ab64ade66a774bec0f869044aa14.tar.xz XMonadContrib-232630650c94ab64ade66a774bec0f869044aa14.zip |
XUtils: a small haddock fix
darcs-hash:20071116122359-32816-c7ac61f921cdfb76cc63dc4734eba2b025822027.gz
Diffstat (limited to 'XMonad/Util')
-rw-r--r-- | XMonad/Util/XUtils.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/XMonad/Util/XUtils.hs b/XMonad/Util/XUtils.hs index 3986389..0c0682d 100644 --- a/XMonad/Util/XUtils.hs +++ b/XMonad/Util/XUtils.hs @@ -39,7 +39,8 @@ import XMonad import XMonad.Operations -- $usage --- See Tabbed or DragPane for usage examples +-- See "XMonad.Layout.Tabbed" or "XMonad.Layout.DragPane" for usage +-- examples -- | Get the Pixel value for a named color: if an invalid name is -- given the black pixel will be returned. |