summaryrefslogtreecommitdiff
path: root/helm-utils.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-utils.el
parentbc72539b502f6b014319635a6f42db7dbf887941 (diff)
Rename helm-show-all-in-this-source-only
to helm-show-all-candidates-in-source
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-utils.el b/helm-utils.el
index 5e43fc57..0364aa27 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -445,7 +445,7 @@ To use this add it to `helm-goto-line-before-hook'."
(set-marker (mark-marker) (point))
(push-mark (point) 'nomsg))))
-(defun helm-show-all-in-this-source-only (arg)
+(defun helm-show-all-candidates-in-source (arg)
"Toggle all or only candidate-number-limit cands in current source.
With a numeric prefix arg show only the ARG number of candidates.
The prefix arg have no effect when toggling to only
@@ -462,7 +462,7 @@ candidate-number-limit."
(setq-local helm-candidate-number-limit (and (> arg 1) arg))
(helm-set-source-filter
(list (helm-get-current-source))))))))
-(put 'helm-show-all-in-this-source-only 'helm-only t)
+(put 'helm-show-all-candidates-in-source 'helm-only t)
(defun helm-display-all-sources ()
"Display all sources previously hidden by `helm-set-source-filter'."