diff options
author | Brent Yorgey <byorgey@cis.upenn.edu> | 2009-08-09 20:40:16 +0200 |
---|---|---|
committer | Brent Yorgey <byorgey@cis.upenn.edu> | 2009-08-09 20:40:16 +0200 |
commit | 59fd23e0a12e1f18a5c76c3afe4fce3d7b4ff2b6 (patch) | |
tree | 46381db26511439ce7fbe0a2464e0e61c7a9d5db | |
parent | f7b2b362fa2165d3688ee0dd6a7afcaa2d15fe53 (diff) | |
download | XMonadContrib-59fd23e0a12e1f18a5c76c3afe4fce3d7b4ff2b6.tar.gz XMonadContrib-59fd23e0a12e1f18a5c76c3afe4fce3d7b4ff2b6.tar.xz XMonadContrib-59fd23e0a12e1f18a5c76c3afe4fce3d7b4ff2b6.zip |
fix UrgencyHook docs (\a -> \\a in Haddock)
Ignore-this: a1fcfe2446184a8cea4553fd68565b58
darcs-hash:20090809184016-1e371-6dd9048634ffaccfbebb1461f5f8bad774dee82d.gz
-rw-r--r-- | XMonad/Hooks/UrgencyHook.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Hooks/UrgencyHook.hs b/XMonad/Hooks/UrgencyHook.hs index 79b171c..45f57ec 100644 --- a/XMonad/Hooks/UrgencyHook.hs +++ b/XMonad/Hooks/UrgencyHook.hs @@ -138,7 +138,7 @@ import Foreign (unsafePerformIO) -- two parts: -- -- * The console app must send a ^G (bell). In bash, a helpful trick is --- @sleep 1; echo -e \'\a\'@. +-- @sleep 1; echo -e \'\\a\'@. -- -- * The terminal must convert the bell into UrgencyHint. -- |