summaryrefslogtreecommitdiff
path: root/helm-mode.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-09-02 11:20:04 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-09-02 11:20:04 +0200
commit8fc7fb684e6a9fd5355c68f73670304a3c8e8454 (patch)
treeffb7221d7a84fd0f1c4fe2cce69232c9d4efbfa3 /helm-mode.el
parenta925784dfc26d07b0af710cc707a6e19590b0bf3 (diff)
* helm-elisp.el (helm-lisp-completion-at-point): Use a buffer arg in
helm call. * helm-mode.el (helm-read-file-name): Change default buffer name .
Diffstat (limited to 'helm-mode.el')
-rw-r--r--helm-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-mode.el b/helm-mode.el
index b7392be7..54e0e201 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -630,7 +630,7 @@ See documentation of `completing-read' and `all-completions' for details."
&key
(name "Read File Name")
(initial-input (expand-file-name default-directory))
- (buffer "*Helm Completions*")
+ (buffer "*Helm file completions*")
test
(case-fold helm-file-name-case-fold-search)
(preselect nil)