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

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

[nongnu] elpa/helm 5fde3908be 2/3: Docstring fix only


From: ELPA Syncer
Subject: [nongnu] elpa/helm 5fde3908be 2/3: Docstring fix only
Date: Wed, 12 Oct 2022 01:58:59 -0400 (EDT)

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

    Docstring fix only
---
 helm-lib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-lib.el b/helm-lib.el
index 0d464c4521..55d0eec82f 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -1458,7 +1458,7 @@ Argument ALIST is an alist of associated major modes."
 (defun helm--map-candidates-in-source (src fn pred)
   "Map over all candidates in SRC and execute FN if PRED returns non nil.
 Arg FN is a function called with no arg and PRED is a function called
-with current candidate as arg."
+with current display part of candidate as arg."
   (save-excursion
     (goto-char (helm-get-previous-header-pos))
     (helm-next-line)



reply via email to

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