diff options
author | Lukas Mai <l.mai@web.de> | 2008-04-26 15:26:29 +0200 |
---|---|---|
committer | Lukas Mai <l.mai@web.de> | 2008-04-26 15:26:29 +0200 |
commit | 4ceec744e50a587bc5312d19172975c1c8845007 (patch) | |
tree | 2694be834a571d75225dbd9e43b444ea57e0707c /XMonad/Hooks | |
parent | c4a9749143bb68e4b7b493dd5a01e5b62183f870 (diff) | |
download | XMonadContrib-4ceec744e50a587bc5312d19172975c1c8845007.tar.gz XMonadContrib-4ceec744e50a587bc5312d19172975c1c8845007.tar.xz XMonadContrib-4ceec744e50a587bc5312d19172975c1c8845007.zip |
XMonad.Hooks.Script: haddock fixes
darcs-hash:20080426132629-462cf-2a5a6fbbbc0b51ee9790da5a62d78b3e44be147c.gz
Diffstat (limited to 'XMonad/Hooks')
-rw-r--r-- | XMonad/Hooks/Script.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/XMonad/Hooks/Script.hs b/XMonad/Hooks/Script.hs index d9a4ee1..1df2637 100644 --- a/XMonad/Hooks/Script.hs +++ b/XMonad/Hooks/Script.hs @@ -8,7 +8,7 @@ -- Stability : unstable -- Portability : unportable -- --- Provides a simple interface for running a ~/.xmonad/hooks script with the +-- Provides a simple interface for running a ~\/.xmonad\/hooks script with the -- name of a hook. -- ----------------------------------------------------------------------------- @@ -43,8 +43,8 @@ import System.Directory -- > ... -- > } -- --- Now, everytime the startup hook runs, the command "~\/.xmonad/hooks startup" --- will also. +-- Now, everytime the startup hook runs, the command +-- @~\/.xmonad\/hooks startup@ will also. -- | Execute a named script hook execScriptHook :: MonadIO m => String -> m () |