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

    Update docstring
---
 helm-files.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 124727d513..a9f8ebfd71 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -378,7 +378,10 @@ printers for you."
 (defcustom helm-ff-transformer-show-only-basename t
   "Show only basename of candidates in `helm-find-files'.
 This can be toggled at anytime from `helm-find-files' with \
-\\<helm-find-files-map>\\[helm-ff-run-toggle-basename]."
+\\<helm-find-files-map>\\[helm-ff-run-toggle-basename].  Note
+that even when non nil, the dotted directories on top i.e. \".\"
+and \"..\" are still displayed as full path when
+`helm-ff-show-dot-file-path' is non nil."
   :type 'boolean)
 
 (defcustom helm-ff-show-dot-file-path nil

Reply via email to