diff options
-rw-r--r-- | XMonad/Util/Font.cpphs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Util/Font.cpphs b/XMonad/Util/Font.cpphs index 496691b..20ed576 100644 --- a/XMonad/Util/Font.cpphs +++ b/XMonad/Util/Font.cpphs @@ -1,7 +1,7 @@ ---------------------------------------------------------------------------- -- | -- Module : XMonad.Util.Font --- Copyright : (c) 2007 Andrea Rossato +-- Copyright : (c) 2007 Andrea Rossato and Spencer Janssen -- License : BSD-style (see xmonad/LICENSE) -- -- Maintainer : andrea.rossato@unibz.it @@ -48,7 +48,7 @@ data XMonadFont = Core FontStruct #endif -- $usage --- See Tabbed or Prompt for usage examples +-- See "Xmonad.Layout.Tabbed" or "XMonad.Prompt" for usage examples -- | Get the Pixel value for a named color: if an invalid name is -- given the black pixel will be returned. |