summaryrefslogtreecommitdiff
path: root/helm-imenu.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-03-20 09:45:28 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-03-20 09:45:28 +0100
commitdda1f243dd544d864be81b70dab98564032d06b7 (patch)
treed146f7c76abc755bb670ce749420cce68c439572 /helm-imenu.el
parente1878ee7ca2af47756b3c8218dd8e6f4636c2095 (diff)
Fix docstring of helm-imenu-in-all-buffers-separate-sources.
* helm-imenu.el (helm-imenu-in-all-buffers-separate-sources): Do it.
Diffstat (limited to 'helm-imenu.el')
-rw-r--r--helm-imenu.el10
1 files changed, 8 insertions, 2 deletions
diff --git a/helm-imenu.el b/helm-imenu.el
index 4047bd5e..569e4f4f 100644
--- a/helm-imenu.el
+++ b/helm-imenu.el
@@ -55,9 +55,15 @@ 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 source when non-nil.
-When nil all candidates are displayed in a single source."
+When nil all candidates are displayed in a single source.
+
+NOTE: Each source will have as name \"Imenu <buffer-name>\".
+`helm-source-imenu-all' will not be set, however it will continue
+to be used as a flag for using default as input, if you do not want
+this behavior, remove it from `helm-sources-using-default-as-input'
+even if not using a single source to display imenu in all buffers."
:type 'boolean
:group 'helm-imenu)