summaryrefslogtreecommitdiff
path: root/helm-misc.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-12-06 19:09:41 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-12-06 19:54:29 +0100
commit66d948e9848968bed6a382f0bf3e592e570bebe1 (patch)
tree33a4267a5388804e1121bf675a38d3cd88eb2c66 /helm-misc.el
parent7b29c22efa491497e293b295e0885c8dac372ef3 (diff)
Allow remapping helm-minibuffer-history-key
* helm-config.el (helm-minibuffer-history-key): Do it. * helm-misc.el (helm-minibuffer-history): Change prompt.
Diffstat (limited to 'helm-misc.el')
-rw-r--r--helm-misc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-misc.el b/helm-misc.el
index 7843f0fb..a0a54c27 100644
--- a/helm-misc.el
+++ b/helm-misc.el
@@ -295,7 +295,7 @@ Default action change TZ environment variable locally to emacs."
(let* ((enable-recursive-minibuffers t)
(query-replace-p (or (eq last-command 'query-replace)
(eq last-command 'query-replace-regexp)))
- (elm (helm-comp-read "pattern: "
+ (elm (helm-comp-read "Next element matching (regexp): "
(cl-loop for i in
(symbol-value minibuffer-history-variable)
unless (string= "" i) collect i into history