aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/DirExec.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Prompt/DirExec.hs')
-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