branch: elpa/helm
commit 5aeff88aa66133699fa6160fd00ddb0e6cf507c0
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Fix helm-force-update docstring
---
 helm-core.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-core.el b/helm-core.el
index c18a1d1243..9964d3fd27 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -5240,7 +5240,8 @@ not reinitialized, meaning candidates are not recomputed 
unless
 pattern has changed.
 
 Selection is preserved to current candidate if it still exists after
-update or moved to PRESELECT, if specified.
+update or moved to PRESELECT, if specified.  If PRESELECT is specified with a
+nil value no preselection at all is done.
 The helm-window is re-centered at the end when RECENTER is t which
 is the default.  RECENTER can be also a number in this case it is
 passed as argument to `recenter'."

Reply via email to