diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-04 20:05:54 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-06-04 20:05:54 +0200 |
commit | 6773091ea09b7aaeb5758f1df1d9fcb488fb466c (patch) | |
tree | 810aeb9e43f6b6245c50fa579428007c7dd4bf12 | |
parent | bbd504100e1db048b58c6368f9ac20c7d19dec55 (diff) | |
download | xmonad-6773091ea09b7aaeb5758f1df1d9fcb488fb466c.tar.gz xmonad-6773091ea09b7aaeb5758f1df1d9fcb488fb466c.tar.xz xmonad-6773091ea09b7aaeb5758f1df1d9fcb488fb466c.zip |
Comment typo.
darcs-hash:20070604180554-a5988-5faec5cb8f6c7cd9a7d29df883b078f6e5e0b793.gz
Diffstat (limited to '')
-rw-r--r-- | StackSet.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/StackSet.hs b/StackSet.hs index 48dff02..fa800a7 100644 --- a/StackSet.hs +++ b/StackSet.hs @@ -185,9 +185,6 @@ new n m | n > 0 && m > 0 = StackSet n cur visi unseen M.empty -- Xinerama: If the workspace is not visible on any Xinerama screen, it -- becomes the current screen. If it is in the visible list, it becomes -- current. - --- is raised to the current screen. If it is already visible, focus is --- just moved. -- view :: (Eq i, Eq a, Eq s, Integral i) => i -> StackSet i a s -> StackSet i a s view i s |