summaryrefslogtreecommitdiffstats
path: root/StackSet.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2007-10-22 23:08:56 +0200
committerBrent Yorgey <byorgey@gmail.com>2007-10-22 23:08:56 +0200
commit968091c6c38aae7da433344d09b032f9c985a475 (patch)
tree36ae35bdbbd0cbdb143a7c52f0aeff2c523cccf9 /StackSet.hs
parente3ef1c28b8862964f7a211b409edbef6056163dc (diff)
downloadmetatile-968091c6c38aae7da433344d09b032f9c985a475.tar
metatile-968091c6c38aae7da433344d09b032f9c985a475.zip
StackSet.hs: (insertUp): remove comments about new window being made master window, since that clearly isn't true.
darcs-hash:20071022210856-bd4d7-9f8ee8b664945765c24005b8dc2b6e5b51ea710c
Diffstat (limited to 'StackSet.hs')
-rw-r--r--StackSet.hs10
1 files 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.