emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 720df76514 2/2: Docstring only


From: ELPA Syncer
Subject: [nongnu] elpa/helm 720df76514 2/2: Docstring only
Date: Thu, 10 Nov 2022 03:03:20 -0500 (EST)

branch: elpa/helm
commit 720df76514104202f803c37d8935ea49fa2529e5
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Docstring only
---
 helm-files.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/helm-files.el b/helm-files.el
index b25dd4a7ee..0b0eb9f386 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -109,9 +109,11 @@
 ;;
 (defvar helm-ff-last-expanded-candidate-regexp "^[[:multibyte:] ]*%s"
   "Regexp that retrieve previous candidate when going up one level.
-The default value matching a multibyte char at bol allows prefixing
-candidate with an icon.  The format part will be replaced by the
-display part of the candidate regexp quoted.")
+The default value matching a multibyte char at bol allows
+prefixing candidate with an icon.  The format part will be
+replaced by the display part of the candidate regexp quoted.
+This should be used for all preselection code for helm-find-files
+to handle icons.")
 
 (defvar helm-find-files-doc-header " 
(\\<helm-find-files-map>\\[helm-find-files-up-one-level]: Go up one level)"
   "*The doc that is inserted in the Name header of a find-files or dired 
source.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]