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
-- |
-- /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.