aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/DirExec.hs
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2008-03-16 05:28:40 +0100
committerLukas Mai <l.mai@web.de>2008-03-16 05:28:40 +0100
commit56ac39095d9588d504260981ca0609783cf836a9 (patch)
treecb79797f9b79c30657451814b007983c6274755a /XMonad/Prompt/DirExec.hs
parentf8a86e17d885affb3c70c8a07bd34751bf67b58a (diff)
downloadXMonadContrib-56ac39095d9588d504260981ca0609783cf836a9.tar.gz
XMonadContrib-56ac39095d9588d504260981ca0609783cf836a9.tar.xz
XMonadContrib-56ac39095d9588d504260981ca0609783cf836a9.zip
Xmonad.Prompt.DirExec: fix haddock error
darcs-hash:20080316042840-462cf-bde1eeb27687141a83f131c0710b968c07a01cc1.gz
Diffstat (limited to '')
-rw-r--r--XMonad/Prompt/DirExec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Prompt/DirExec.hs b/XMonad/Prompt/DirExec.hs
index 872e970..035f9b1 100644
--- a/XMonad/Prompt/DirExec.hs
+++ b/XMonad/Prompt/DirExec.hs
@@ -67,7 +67,7 @@ instance XPrompt DirExec where
-- | Function 'dirExecPrompt' starts the prompt with list of all executable
-- files in directory specified by 'FilePath'. The name of the prompt is taken
--- from the last element of the path. If you specify root directory - @/@ - as
+-- from the last element of the path. If you specify root directory - @\/@ - as
-- the path, name @Root:@ will be used as the name of the prompt instead. The
-- 'XPConfig' parameter can be used to customize visuals of the prompt.
-- The runner parameter specifies the function used to run the program - see