Merge pull request #97 from samdoshi/prompt-haddock

fix broken XPConfig docs
This commit is contained in:
Brent Yorgey 2016-10-24 17:57:53 -04:00 committed by GitHub
commit ae7fd21e29

View File

@ -149,8 +149,8 @@ data XPConfig =
, changeModeKey :: KeySym -- ^ Key to change mode (when the prompt has multiple modes)
, defaultText :: String -- ^ The text by default in the prompt line
, autoComplete :: Maybe Int -- ^ Just x: if only one completion remains, auto-select it,
, showCompletionOnTab :: Bool -- ^ Only show list of completions when Tab was pressed
-- and delay by x microseconds
, showCompletionOnTab :: Bool -- ^ Only show list of completions when Tab was pressed
, searchPredicate :: String -> String -> Bool
-- ^ Given the typed string and a possible
-- completion, is the completion valid?