[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 9d1ade8764 1/2: Update docstring
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 9d1ade8764 1/2: Update docstring |
Date: |
Wed, 27 Nov 2024 13:00:29 -0500 (EST) |
branch: elpa/helm
commit 9d1ade8764f192a44903a0dffdf03034b33af89b
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Update docstring
---
helm-lib.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-lib.el b/helm-lib.el
index 889bd026d6..7538c81c73 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -1804,7 +1804,7 @@ is same as with PARENT."
(defun helm-current-directory ()
"Return current-directory name at point.
-Useful in dired buffers when there is inserted subdirs."
+It is done according to `helm-current-directory-alist'."
(expand-file-name
(helm-acase major-mode
((guard (assoc-default it helm-current-directory-alist))