summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2011-03-28 02:19:30 +0200
committerAdam Vogt <vogt.adam@gmail.com>2011-03-28 02:19:30 +0200
commit6edae7119ba157c4b9cc2a646896720f6788c091 (patch)
tree0c92aa67874f2eee8b00dd067ba59313ee04a0ef
parent5cbe725b2e174725e4e61f1e8dba1d367ebabd70 (diff)
downloadmetatile-6edae7119ba157c4b9cc2a646896720f6788c091.tar
metatile-6edae7119ba157c4b9cc2a646896720f6788c091.zip
Correct misleading documentation on Stack (thanks sdrodge)
Ignore-this: 518574016a9c15a741acdb6d2fa2e870 `Possibly empty' applies only to `Maybe (Stack a)', not `Stack a' described there, so this is easier to understand. darcs-hash:20110328001930-1499c-576faa6870919b21b02f5e6f16e413a2c197a3d5
-rw-r--r--XMonad/StackSet.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/StackSet.hs b/XMonad/StackSet.hs
index 72c3edd..a7e9f6b 100644
--- a/XMonad/StackSet.hs
+++ b/XMonad/StackSet.hs
@@ -155,7 +155,7 @@ data RationalRect = RationalRect Rational Rational Rational Rational
deriving (Show, Read, Eq)
-- |
--- A stack is a cursor onto a (possibly empty) window list.
+-- A stack is a cursor onto a window list.
-- The data structure tracks focus by construction, and
-- the master window is by convention the top-most item.
-- Focus operations will not reorder the list that results from