diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-16 12:31:58 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-16 12:31:58 +0100 |
commit | ff0198cea1a6289eb756c14efdcacf5d624acbfe (patch) | |
tree | 675a01b4a253132de280417bd0b651a52d04aac3 | |
parent | e7a4246066b2875ad866186889838acadfb67199 (diff) | |
download | xmonad-ff0198cea1a6289eb756c14efdcacf5d624acbfe.tar.gz xmonad-ff0198cea1a6289eb756c14efdcacf5d624acbfe.tar.xz xmonad-ff0198cea1a6289eb756c14efdcacf5d624acbfe.zip |
Config: small haddock fix
darcs-hash:20071116113158-32816-8396d02d1e216f99b1bbb68188a39a44d8af9fd7.gz
-rw-r--r-- | XMonad/Config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Config.hs b/XMonad/Config.hs index 4a01bf1..7fed47f 100644 --- a/XMonad/Config.hs +++ b/XMonad/Config.hs @@ -11,7 +11,7 @@ -- -- This module specifies the default configuration values for xmonad. -- Users should not modify this file. Rather, they should provide their --- own ~/.xmonad/xmonad.hs that overrides specific fields in defaultConfig. +-- own @~\/.xmonad\/xmonad.hs@ that overrides specific fields in defaultConfig. -- ------------------------------------------------------------------------ |