aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'wildcard.h')
-rw-r--r--wildcard.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/wildcard.h b/wildcard.h
index b09aa64f..8c542221 100644
--- a/wildcard.h
+++ b/wildcard.h
@@ -84,9 +84,7 @@ bool wildcard_has(const wcstring &, bool internal);
bool wildcard_has(const wchar_t *, bool internal);
/**
- Matches the string against the wildcard, and if the wildcard is a
- possible completion of the string, the remainder of the string is
- inserted into the out vector.
+ Test wildcard completion
*/
bool wildcard_complete(const wcstring &str,
const wchar_t *wc,