From 38bc121f926ed1590d1267d9f261d2215b76df22 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Mon, 22 Oct 2007 23:08:56 +0200 Subject: StackSet.hs: (insertUp): remove comments about new window being made master window, since that clearly isn't true. darcs-hash:20071022210856-bd4d7-9f8ee8b664945765c24005b8dc2b6e5b51ea710c.gz --- StackSet.hs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/StackSet.hs b/StackSet.hs index 1abf09a..807cb1b 100644 --- a/StackSet.hs +++ b/StackSet.hs @@ -454,12 +454,10 @@ findTag a s = listToMaybe -- $modifyStackset -- | --- /O(n)/. (Complexity due to duplicate check). Insert a new element into --- the stack, above the currently focused element. --- --- The new element is given focus, and is set as the master window. --- The previously focused element is moved down. The previously --- 'master' element is forgotten. (Thus, 'insert' will cause a retiling). +-- /O(n)/. (Complexity due to duplicate check). Insert a new element +-- into the stack, above the currently focused element. The new +-- element is given focus; the previously focused element is moved +-- down. -- -- If the element is already in the stackset, the original stackset is -- returned unmodified. -- cgit v1.2.3