From: Dmitry Gutov Date: Thu, 8 Oct 2015 11:52:28 +0000 (+0300) Subject: company-search-candidates: Mention company-search-regexp-function X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/d97c98fed8fb5e6a03804d96031591e9c433cf58 company-search-candidates: Mention company-search-regexp-function #411 --- diff --git a/company.el b/company.el index 2472c2921..c1af40bc6 100644 --- a/company.el +++ b/company.el @@ -1839,6 +1839,9 @@ Don't start this directly, use `company-search-candidates' or Regular characters are appended to the search string. +Customize `company-search-regexp-function' to change how the input +is interpreted when searching. + The command `company-search-toggle-filtering' (\\[company-search-toggle-filtering]) uses the search string to filter the completion candidates." (interactive)