From bf0cc4c6ea6c0f7284ccf066de26aec7fc35f491 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Mon, 24 Dec 2007 18:11:15 +0100 Subject: XMonad.Actions.Search: haddock fix darcs-hash:20071224171115-32816-436db837dd3e304190836e0633b78b1ce17a193f.gz --- XMonad/Actions/Search.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad/Actions/Search.hs') diff --git a/XMonad/Actions/Search.hs b/XMonad/Actions/Search.hs index b3e0651..d5a4a57 100644 --- a/XMonad/Actions/Search.hs +++ b/XMonad/Actions/Search.hs @@ -43,7 +43,7 @@ import XMonad.Util.XSelection (getSelection) query string and the browser to use must come from somewhere. There are two places the query string can come from - the user can type it into a prompt which pops up, or the query could be available already in the X Windows - copy/paste buffer (perhaps you just highlighted the string of interest). + copy\/paste buffer (perhaps you just highlighted the string of interest). Thus, there are two main functions: 'promptSearch', and 'selectSearch' (implemented using the more primitive 'search'). To each of these is passed an -- cgit v1.2.3