branch: elpa/helm
commit 4e1c5156591af1c52113d808c439b8d1bf51015a
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Fix helm-ff-rsync-progress-bar-style docstring
---
 helm-files.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 724b6dbd87..37f5673cad 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -654,7 +654,8 @@ currently transfered in an help-echo in mode-line, if you 
use
 
 (defcustom helm-ff-rsync-progress-bar-style 'text
   "Style of progress-bar for rsync action.
-Value can be either bar or text."
+Value can be either bar or text.
+Progress bar is inaccurate on non graphic displays, use text instead."
   :type '(choice
           (const :tag "Progress bar as a bar" 'bar)
           (const :tag "Progress bar with text" 'text)))

Reply via email to