From a1974858cb367a2a222e9fdbb10fcff802b0893f Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sat, 16 Feb 2008 19:04:12 +0100 Subject: Prompt: comment only (remove confusing remarks about commandToComplete) darcs-hash:20080216180412-32816-2ab2805db2d6cb0207d3d0da64696f79eba9e180.gz --- XMonad/Prompt.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs index 8b58922..b56ce4b 100644 --- a/XMonad/Prompt.hs +++ b/XMonad/Prompt.hs @@ -135,10 +135,8 @@ class XPrompt t where nextCompletion :: t -> String -> [String] -> String nextCompletion t c l = getNextOfLastWord t c l - -- | If the prompt is using 'getNextOfLastWord' for implementing - -- 'nextCompletion' (the default implementation), this method is - -- used to generate the string to be passed to the completion - -- function. + -- | This method is used to generate the string to be passed to + -- the completion function. commandToComplete :: t -> String -> String commandToComplete _ c = getLastWord c -- cgit v1.2.3