From 5501cfcbf77e4b23aca8e8338224d3e64dbed589 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Fri, 11 Dec 2009 19:25:15 +0100 Subject: X.A.GridSelect: documentation typo fix Ignore-this: 521bef2a73a9e969d7a96defb555177b spotted by Justin on IRC darcs-hash:20091211182515-c9ff5-01b20f90615b7f88f1c61f521a2e60f8670777af.gz --- XMonad/Actions/GridSelect.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad/Actions') diff --git a/XMonad/Actions/GridSelect.hs b/XMonad/Actions/GridSelect.hs index fdcafda..8cc9f29 100644 --- a/XMonad/Actions/GridSelect.hs +++ b/XMonad/Actions/GridSelect.hs @@ -93,13 +93,13 @@ import Data.Word (Word8) -- > {-# LANGUAGE NoMonomorphismRestriction #-} -- > import XMonad -- > ... --- > gsconfig1 = defaultGSConfig { gs_cellheight = 30, gs_cellWidth = 100 } +-- > gsconfig1 = defaultGSConfig { gs_cellheight = 30, gs_cellwidth = 100 } -- -- An example where 'buildDefaultGSConfig' is used instead of 'defaultGSConfig' -- in order to specify a custom colorizer is @gsconfig2@ (found in -- "XMonad.Actions.GridSelect#Colorizers"): -- --- > gsconfig2 colorizer = (buildDefaultGSConfig colorizer) { gs_cellheight = 30, gs_cellWidth = 100 } +-- > gsconfig2 colorizer = (buildDefaultGSConfig colorizer) { gs_cellheight = 30, gs_cellwidth = 100 } -- -- > -- | A green monochrome colorizer based on window class -- > greenColorizer = colorRangeFromClassName -- cgit v1.2.3