branch: elpa/helm commit 5721fe14322050bf9801af27763d2469f5efd95c Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix error message --- helm-locate.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-locate.el b/helm-locate.el index 90fbaf6715..20142758a3 100644 --- a/helm-locate.el +++ b/helm-locate.el @@ -496,7 +496,7 @@ With a prefix arg refresh the database in each project." (helm-locate-set-command) (cl-assert (and (string-match-p "\\`locate" helm-locate-command) (executable-find "updatedb")) - nil "Unsupported locate version") + nil "Unsupported locate program") (let ((dbs (helm-locate-find-dbs-in-projects update))) (if dbs (helm-locate-with-db dbs)