diff options
author | Lukas Mai <l.mai@web.de> | 2008-03-16 05:28:40 +0100 |
---|---|---|
committer | Lukas Mai <l.mai@web.de> | 2008-03-16 05:28:40 +0100 |
commit | 56ac39095d9588d504260981ca0609783cf836a9 (patch) | |
tree | cb79797f9b79c30657451814b007983c6274755a /XMonad/Prompt | |
parent | f8a86e17d885affb3c70c8a07bd34751bf67b58a (diff) | |
download | XMonadContrib-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 'XMonad/Prompt')
-rw-r--r-- | XMonad/Prompt/DirExec.hs | 2 |
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 |