XMonad.Hooks.Script: haddock fixes

This commit is contained in:
Lukas Mai
2008-04-26 13:26:29 +00:00
parent 8e5df4b950
commit aca6fd8058

View File

@@ -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 ()