X.P.Shell: fix doc typo

This commit is contained in:
me 2013-03-17 11:55:16 +00:00
parent c073651cc2
commit 4ef0beab55

View File

@ -70,7 +70,7 @@ shellPrompt c = do
{- $spawns
See safe and unsafeSpawn in "XMonad.Util.Run".
prompt is an alias for safePrompt;
prompt is an alias for unsafePrompt;
safePrompt and unsafePrompt work on the same principles, but will use
XPrompt to interactively query the user for input; the appearance is
set by passing an XPConfig as the second argument. The first argument