From d65e40f09deed3f5aeaffb1ddad959e3035d12be Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Sun, 5 Jul 2009 18:00:14 +0000 Subject: [PATCH] Clarify documentation the Migrate message added to L.SubLayouts --- XMonad/Layout/SubLayouts.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/XMonad/Layout/SubLayouts.hs b/XMonad/Layout/SubLayouts.hs index 141e2ab7..bb533f63 100644 --- a/XMonad/Layout/SubLayouts.hs +++ b/XMonad/Layout/SubLayouts.hs @@ -230,8 +230,9 @@ data GroupMsg a | MergeAll a -- ^ make one large group, keeping the parameter focused | Migrate a a - -- ^ used to move windows from one group to another, this may - -- be replaced by a combination of 'UnMerge' and 'Merge' + -- ^ used to the window named in the first argument to the + -- second argument's group, this may be replaced by a + -- combination of 'UnMerge' and 'Merge' | WithGroup (W.Stack a -> X (W.Stack a)) a | SubMessage SomeMessage a -- ^ the sublayout with the given window will get the message