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

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

[nongnu] elpa/helm 34c05a8cf4 1/2: Fix docstring


From: ELPA Syncer
Subject: [nongnu] elpa/helm 34c05a8cf4 1/2: Fix docstring
Date: Thu, 5 Dec 2024 01:00:13 -0500 (EST)

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

    Fix docstring
---
 helm-lib.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/helm-lib.el b/helm-lib.el
index 80c8cdc296..a0264cfcd2 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -578,9 +578,9 @@ bound to the elements of this expression e.g.
       ((dst (l &rest args)) args))
     => (2 3 4 5)
 
-If KEYLIST is a non-quoted list, each elements of the list are
-checked with `member' to see if one match EXPR.  To compare a
-whole list with EXPR, you have to quote it.
+If KEYLIST is a list, it is compared with EXPR, also each
+elements of the list are checked with `member' to see if one
+matches EXPR e.g.
 
 The last clause can use `t' or \\='otherwise as KEYLIST to specify a
 fallback clause when previous clauses didn't match, if such a clause



reply via email to

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