summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-03-18 09:40:06 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-03-18 09:40:06 +0100
commit8f29bbae10e53d8793d05218a0a9d6e9dd3bb836 (patch)
tree7af9def33c50ae19e96b2dc44f99c02e4630f2dd /helm-locate.el
parentc7d6abf2764d6b6549d1d6c369d4f6420388d7d5 (diff)
Notify in mode-line when find process finish (#927).
* helm-files.el (helm-find-shell-command-fn): Do it. * helm-locate.el (helm-locate-init): Fix typo.
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-locate.el b/helm-locate.el
index 9e4b4ed4..8e228a3c 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -261,7 +261,7 @@ See also `helm-locate'."
'(" " mode-line-buffer-identification " "
(:eval (format "L%s" (helm-candidate-number-at-point))) " "
(:eval (propertize
- (format "[Locate Process Finish- (%s results)]"
+ (format "[Locate process finished - (%s results)]"
(max (1- (count-lines
(point-min) (point-max)))
0))