summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--XMonad/Core.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/XMonad/Core.hs b/XMonad/Core.hs
index d6c07d9..a606da2 100644
--- a/XMonad/Core.hs
+++ b/XMonad/Core.hs
@@ -316,7 +316,6 @@ restart mprog resume = do
-- | Recompile ~\/xmonad\/xmonad.hs.
--
-- The -i flag is used to restrict recompilation to the xmonad.hs file.
--- Raises an exception if GHC can't be found, or if anything else goes wrong.
--
-- The file is only recompiled if it is newer than its binary.
--