XMonad.Actions.UpdatePointer: doc fix

This commit is contained in:
Lukas Mai 2008-04-07 15:27:41 +00:00
parent 413023b5d0
commit 59fc99504f

View File

@ -45,7 +45,7 @@ import Control.Monad
-- To use this with an existing logHook, use >> : -- To use this with an existing logHook, use >> :
-- --
-- > logHook = dynamicLog -- > logHook = dynamicLog
-- > >> updatePointer (RelativePosition 1 1) -- > >> updatePointer (Relative 1 1)
-- --
-- which moves the pointer to the bottom-right corner of the focused window. -- which moves the pointer to the bottom-right corner of the focused window.