summaryrefslogtreecommitdiff
path: root/helm.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-12-08 22:38:58 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-12-08 22:38:58 +0100
commit7f051e02ae1af0cda7f200b3f2c106fa4d523bb3 (patch)
tree77cd0941a9e778fdadb98e43a0007982d944cd14 /helm.el
parentbc72539b502f6b014319635a6f42db7dbf887941 (diff)
Rename helm-show-all-in-this-source-only
to helm-show-all-candidates-in-source
Diffstat (limited to 'helm.el')
-rw-r--r--helm.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm.el b/helm.el
index c59eeadd..fb1824ae 100644
--- a/helm.el
+++ b/helm.el
@@ -219,7 +219,7 @@ vectors, so don't use strings to define them."
(define-key map (kbd "M-m") 'helm-toggle-all-marks)
(define-key map (kbd "M-a") 'helm-mark-all)
(define-key map (kbd "M-U") 'helm-unmark-all)
- (define-key map (kbd "C-M-a") 'helm-show-all-in-this-source-only)
+ (define-key map (kbd "C-M-a") 'helm-show-all-candidates-in-source)
(define-key map (kbd "C-M-e") 'helm-display-all-sources)
(define-key map (kbd "C-s") 'undefined)
(define-key map (kbd "M-s") 'undefined)