From 6e51a29ff75b6c914be6322304d0f5004efe0932 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sun, 13 Jan 2008 10:26:46 +0100 Subject: Action.Search: small haddock fixes darcs-hash:20080113092646-32816-c32187d1dcc7ad6fa157223a7df0e24163b97077.gz --- XMonad/Actions/Search.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'XMonad/Actions/Search.hs') 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 @@ . 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 -- cgit v1.2.3