StackSet.hs: (insertUp): remove comments about new window being made master window, since that clearly isn't true.

This commit is contained in:
Brent Yorgey
2007-10-22 21:08:56 +00:00
parent e384a358b5
commit 3bd63adb60

View File

@@ -454,12 +454,10 @@ findTag a s = listToMaybe
-- $modifyStackset -- $modifyStackset
-- | -- |
-- /O(n)/. (Complexity due to duplicate check). Insert a new element into -- /O(n)/. (Complexity due to duplicate check). Insert a new element
-- the stack, above the currently focused element. -- into the stack, above the currently focused element. The new
-- -- element is given focus; the previously focused element is moved
-- The new element is given focus, and is set as the master window. -- down.
-- The previously focused element is moved down. The previously
-- 'master' element is forgotten. (Thus, 'insert' will cause a retiling).
-- --
-- If the element is already in the stackset, the original stackset is -- If the element is already in the stackset, the original stackset is
-- returned unmodified. -- returned unmodified.