aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/FocusNth.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Actions/FocusNth.hs')
-rw-r--r--XMonad/Actions/FocusNth.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/FocusNth.hs b/XMonad/Actions/FocusNth.hs
index af70dc7..fe5bf7a 100644
--- a/XMonad/Actions/FocusNth.hs
+++ b/XMonad/Actions/FocusNth.hs
@@ -14,7 +14,7 @@
module XMonad.Actions.FocusNth (
-- * Usage
-- $usage
- focusNth) where
+ focusNth,focusNth') where
import XMonad.StackSet
import XMonad