branch: elpa/helm
commit 18d5350074e243f2455c013439fd826137d00925
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Fix docstring #2743
---
helm-core.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/helm-core.el b/helm-core.el
index 5dd33dacdfe..3acd40e869a 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -2507,8 +2507,8 @@ If FORCE-DISPLAY-PART is non-nil, return the display part
of candidate.
If FORCE-DISPLAY-PART value is `withprop' the display part of
candidate is returned with its properties.
-If FORCE-DISPLAY-PART value is `noicon' return the display part without its
-leading icon if some.
+If FORCE-DISPLAY-PART value is `noicon' return the display part with its
+properties but without its leading icon if some.
When FORCE-DISPLAY-PART is nil the real part of candidate is returned.