From 29cad0672e144b4e11de8f76018123fa5971290a Mon Sep 17 00:00:00 2001
From: Daniel Wagner <daniel@wagner-home.com>
Date: Fri, 15 Apr 2011 22:48:46 +0000
Subject: [PATCH] documentation: tell where to find a few auxiliary functions
 that might be useful in conjunction with X.A.DynamicWorkspaces

---
 XMonad/Actions/DynamicWorkspaces.hs | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/XMonad/Actions/DynamicWorkspaces.hs b/XMonad/Actions/DynamicWorkspaces.hs
index cb27d013..0e665875 100644
--- a/XMonad/Actions/DynamicWorkspaces.hs
+++ b/XMonad/Actions/DynamicWorkspaces.hs
@@ -35,6 +35,11 @@ import Data.List (find)
 import Data.Maybe (isNothing)
 import Control.Monad (when)
 
+-- The following imports are to allow haddock to find links for documentation
+-- only.
+import XMonad.Actions.CopyWindow (copy)
+import XMonad.Prompt (defaultXPConfig)
+
 -- $usage
 -- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
 --
@@ -56,7 +61,8 @@ import Control.Monad (when)
 -- >    zip (zip (repeat (modm .|. shiftMask)) [xK_1..xK_9]) (map (withNthWorkspace W.shift) [0..])
 --
 -- For detailed instructions on editing your key bindings, see
--- "XMonad.Doc.Extending#Editing_key_bindings".
+-- "XMonad.Doc.Extending#Editing_key_bindings". See also the documentation for
+-- 'copy', 'windows', 'shift', and 'defaultXPConfig'.
 
 
 data Wor = Wor String