diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-10-12 06:03:40 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-10-12 06:03:40 +0200 |
commit | 7e84203209a49b93947e5bd432a90ab9e4a05bb0 (patch) | |
tree | 8f13349ef71b151a0b801bdd2044f70a008b5509 | |
parent | 065c1c1ce99572278b083edd5aabaf10baa1b0c2 (diff) | |
download | XMonadContrib-7e84203209a49b93947e5bd432a90ab9e4a05bb0.tar.gz XMonadContrib-7e84203209a49b93947e5bd432a90ab9e4a05bb0.tar.xz XMonadContrib-7e84203209a49b93947e5bd432a90ab9e4a05bb0.zip |
Correct hyperlink in A.DeManage
Ignore-this: db08eba0253f94e5ce9cbcf3632b387a
darcs-hash:20091012040340-1499c-7507de568c1a6b878123f66bcfd8bd1951791f2e.gz
-rw-r--r-- | XMonad/Actions/DeManage.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/DeManage.hs b/XMonad/Actions/DeManage.hs index 5123114..9bcc18e 100644 --- a/XMonad/Actions/DeManage.hs +++ b/XMonad/Actions/DeManage.hs @@ -10,7 +10,7 @@ -- -- This module provides a method to cease management of a window -- without unmapping it. This is especially useful for applications --- like kicker and gnome-panel. See also 'XMonad.Hooks.ManageDocks' for +-- like kicker and gnome-panel. See also "XMonad.Hooks.ManageDocks" for -- more a more automated solution. -- -- To make a panel display correctly with xmonad: |