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

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

[nongnu] elpa/helm 5f62418a5e 1/2: Fix comment


From: ELPA Syncer
Subject: [nongnu] elpa/helm 5f62418a5e 1/2: Fix comment
Date: Mon, 6 Nov 2023 03:59:57 -0500 (EST)

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

    Fix comment
---
 helm-elisp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-elisp.el b/helm-elisp.el
index 70a9bd8ebd..23321ca6e2 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -939,7 +939,7 @@ a prefix arg."
                        for bn = (helm-basename c 2)
                        for sep = (helm-make-separator bn lgst)
                        for path = (or (assoc-default bn 
helm--locate-library-cache)
-                                      ;; An auto-save file in LOAD-PATH 
(bug#2626).
+                                      ;; A lock file in LOAD-PATH (bug#2626).
                                       (unless (string-match "\\`\\.#" bn)
                                         (let ((p (find-library-name bn)))
                                           (push (cons bn p) 
helm--locate-library-cache)



reply via email to

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