From 45e4748a59d76795fd2549ea7df66c3e44682f79 Mon Sep 17 00:00:00 2001 From: Daniel Schoepe Date: Mon, 1 Feb 2010 21:45:22 +0100 Subject: Corrected documentation in X.Prompt Ignore-this: 98f9889a4844bc765cbb9e43bd83bc05 darcs-hash:20100201204522-7f603-16ec4c2ed9fb4c931aaf6197d8d4744865614c9d.gz --- XMonad/Prompt.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad') diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs index 725b67b..d755501 100644 --- a/XMonad/Prompt.hs +++ b/XMonad/Prompt.hs @@ -915,8 +915,8 @@ historyNextMatching hm@(HistoryMatches ref) next = do -- > ((modMask,xK_p), shellPrompt . myPrompt =<< initMatches) -- > .. -- > myPrompt ref = defaultPrompt --- > { promptKeymap = M.union [((0,xK_Up), historyMatching ref) --- > ,((0,xK_Down), historyMatching ref)] +-- > { promptKeymap = M.union [((0,xK_Up), historyUpMatching ref) +-- > ,((0,xK_Down), historyDownMatching ref)] -- > (promptKeymap defaultPrompt) -- > , .. } -- -- cgit v1.2.3