diff --git a/XMonad/Doc/Extending.hs b/XMonad/Doc/Extending.hs index 825312f4..3bae16f8 100644 --- a/XMonad/Doc/Extending.hs +++ b/XMonad/Doc/Extending.hs @@ -21,8 +21,10 @@ -- Stability : unstable -- Portability : portable -- --- This module documents the xmonad-contrib library and --- how to use it to extend the capabilities of xmonad. +-- This module documents the xmonad-contrib library and how to use it +-- to extend the capabilities of xmonad. If you're new to xmonad, you +-- should first check out the +-- and treat this document as supplemental reading. -- -- Reading this document should not require a deep knowledge of -- Haskell; the examples are intended to be useful and understandable @@ -37,9 +39,8 @@ -- extensions (it's easier than it sounds, we promise!) should read -- the documentation in "XMonad.Doc.Developing". -- --- More configuration examples may be found on the Haskell wiki: --- --- +-- More configuration examples can be found +-- . -- -----------------------------------------------------------------------------