aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/Search.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2008-01-13 10:26:46 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2008-01-13 10:26:46 +0100
commit6e51a29ff75b6c914be6322304d0f5004efe0932 (patch)
tree65fab503a1e946ebfb60e3d3f1f35b698d4fb306 /XMonad/Actions/Search.hs
parentf859d1579e39b5fcc82db6f8b712109cf8dfeb8c (diff)
downloadXMonadContrib-6e51a29ff75b6c914be6322304d0f5004efe0932.tar.gz
XMonadContrib-6e51a29ff75b6c914be6322304d0f5004efe0932.tar.xz
XMonadContrib-6e51a29ff75b6c914be6322304d0f5004efe0932.zip
Action.Search: small haddock fixes
darcs-hash:20080113092646-32816-c32187d1dcc7ad6fa157223a7df0e24163b97077.gz
Diffstat (limited to 'XMonad/Actions/Search.hs')
-rw-r--r--XMonad/Actions/Search.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/XMonad/Actions/Search.hs b/XMonad/Actions/Search.hs
index d5a4a57..6fb55e1 100644
--- a/XMonad/Actions/Search.hs
+++ b/XMonad/Actions/Search.hs
@@ -12,7 +12,7 @@
<https://secure.wikimedia.org/wikipedia/en/wiki/Surfraw>.
Additional sites welcomed.
---------------------------------------------------------------------------- -}
+-}
module XMonad.Actions.Search ( -- * Usage
-- $usage
search,
@@ -49,6 +49,7 @@ import XMonad.Util.XSelection (getSelection)
(implemented using the more primitive 'search'). To each of these is passed an
engine function; this is a function that knows how to search a particular
site.
+
For example, the 'google' function knows how to search Google, and so on. You pass
promptSearch and selectSearch the engine you want, the browser you want, and
anything special they might need; this whole line is then bound to a key of