summaryrefslogtreecommitdiff
path: root/helm-imenu.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-03-09 09:44:51 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-03-09 09:44:51 +0100
commit895d0dd34428d773f7797375d9fc9d1a0c91c8b4 (patch)
tree3c9e3fb6b44e405e8012e05a763762e2d3bb15d3 /helm-imenu.el
parent91689a341e746b1167c760c2d8c35c4dc0e02f46 (diff)
Docstring change only.
* helm-imenu.el (helm-imenu-in-all-buffers-separate-sources): Do it.
Diffstat (limited to 'helm-imenu.el')
-rw-r--r--helm-imenu.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/helm-imenu.el b/helm-imenu.el
index a2535edd..d044a080 100644
--- a/helm-imenu.el
+++ b/helm-imenu.el
@@ -55,7 +55,9 @@ only '((foo . bar)) is needed."
:group 'helm-imenu)
(defcustom helm-imenu-in-all-buffers-separate-sources t
- "Display imenu index of each buffer in its own sources when non-nil."
+ "Display imenu index of each buffer in its own sources when non-nil.
+
+When nil all candidates are displayed in a single source."
:type 'boolean
:group 'helm-imenu)