summaryrefslogtreecommitdiff
path: root/helm.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-06-18 07:04:21 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-06-18 07:04:21 +0200
commitba79c4496a1874bc70f903b8bb4e8ef47261a10e (patch)
treeeecc7cd153be342eac13fff23fbeb1caf697bd4f /helm.el
parent63e53c92d58f107527d7c015c79203babd1729c2 (diff)
Update help.
* helm.el (helm-help-message): Update follow section.
Diffstat (limited to 'helm.el')
-rw-r--r--helm.el16
1 files changed, 11 insertions, 5 deletions
diff --git a/helm.el b/helm.el
index bde418b9..51f30425 100644
--- a/helm.el
+++ b/helm.el
@@ -1078,11 +1078,17 @@ you don't need the prefix arg when using \\[helm-mark-all] or \\[helm-toggle-all
** Follow candidates
-You can execute automatically an action specified in the source as persistent-action
-while moving up and down in helm-window or while updating the list of candidates by
-turning on `helm-follow-mode' while in helm.
-The follow behavior will be saved and used in next emacs sessions when `helm-follow-mode-persistent'
-is non-nil.
+You can execute automatically an action specified in the source as
+persistent-action while moving up and down in helm-window or while
+updating the list of candidates by turning on `helm-follow-mode' while
+in helm with \\<helm-map>\\[helm-follow-mode]. The follow behavior
+will be saved and used in next emacs sessions when
+`helm-follow-mode-persistent' is non-nil.
+
+If you just want to follow candidates occasionally without enabling
+`helm-follow-mode' you can use instead \\<helm-map>\\[helm-follow-action-forward] or \\[helm-follow-action-backward].
+Note that when `helm-follow-mode' is enabled these commands are just
+going to next/previous line without executing persistent action.
** Frequently Used Commands