aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/UpdatePointer.hs
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2008-04-07 17:27:41 +0200
committerLukas Mai <l.mai@web.de>2008-04-07 17:27:41 +0200
commitd118496fa75c8a3556d5f9ba206ca13393efcc3b (patch)
tree257b41577291b53bda8c2ffb7757494a1117441c /XMonad/Actions/UpdatePointer.hs
parent2d1ef1504b6b719fd6dbfb5ef507bb64b8050950 (diff)
downloadXMonadContrib-d118496fa75c8a3556d5f9ba206ca13393efcc3b.tar.gz
XMonadContrib-d118496fa75c8a3556d5f9ba206ca13393efcc3b.tar.xz
XMonadContrib-d118496fa75c8a3556d5f9ba206ca13393efcc3b.zip
XMonad.Actions.UpdatePointer: doc fix
darcs-hash:20080407152741-462cf-be82836b716dcac61e899f88cae672f1f5873d75.gz
Diffstat (limited to '')
-rw-r--r--XMonad/Actions/UpdatePointer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/UpdatePointer.hs b/XMonad/Actions/UpdatePointer.hs
index 4a67112..61df4c8 100644
--- a/XMonad/Actions/UpdatePointer.hs
+++ b/XMonad/Actions/UpdatePointer.hs
@@ -45,7 +45,7 @@ import Control.Monad
-- To use this with an existing logHook, use >> :
--
-- > logHook = dynamicLog
--- > >> updatePointer (RelativePosition 1 1)
+-- > >> updatePointer (Relative 1 1)
--
-- which moves the pointer to the bottom-right corner of the focused window.