aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/Search.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2007-12-24 18:11:15 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2007-12-24 18:11:15 +0100
commitbf0cc4c6ea6c0f7284ccf066de26aec7fc35f491 (patch)
tree046bc4408af8cb35b4b749853f4506d98097e264 /XMonad/Actions/Search.hs
parente8d74a86b7e6715242f10f78b35a1bf2c1305238 (diff)
downloadXMonadContrib-bf0cc4c6ea6c0f7284ccf066de26aec7fc35f491.tar.gz
XMonadContrib-bf0cc4c6ea6c0f7284ccf066de26aec7fc35f491.tar.xz
XMonadContrib-bf0cc4c6ea6c0f7284ccf066de26aec7fc35f491.zip
XMonad.Actions.Search: haddock fix
darcs-hash:20071224171115-32816-436db837dd3e304190836e0633b78b1ce17a193f.gz
Diffstat (limited to 'XMonad/Actions/Search.hs')
-rw-r--r--XMonad/Actions/Search.hs2
1 files changed, 1 insertions, 1 deletions
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