On Sun, Nov 18, 2007 at 06:54:37AM -0800, Joachim Fasting wrote:
Sun Nov 18 15:32:40 CET 2007 Joachim Fasting <joachim.fasting@gmail.com> * Prompt/Man.hs: remove docstring.
Sun Nov 18 15:41:53 CET 2007 Joachim Fasting <joachim.fasting@gmail.com> * Actions/SinkAll.hs: update usage doc.
Sun Nov 18 15:47:22 CET 2007 Joachim Fasting <joachim.fasting@gmail.com> * Prompt/XMonad.hs: minor typo in doc.
Sun Nov 18 15:48:49 CET 2007 Joachim Fasting <joachim.fasting@gmail.com> * Prompt/*: add XConfig variable to keybindings in doc.
Applied, with one modification:
hunk ./XMonad/Actions/SinkAll.hs 25 --- > keys = [ ((modMask .|. shiftMask, xK_t), sinkAll) ] +-- > keys x = [ ((modMask x .|. shiftMask, xK_t), sinkAll) ]
That should be "keys" not "keys x." I agree with Andrea, though, these docs need a lot of work. If Spencer's Endo/FRef/Monoid idea is going into the release, though, I'd wait for that -- it'll make documenting the config *much* easier. Devin