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

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

[nongnu] elpa/helm b2b0bb3f98 1/2: Docstring only


From: ELPA Syncer
Subject: [nongnu] elpa/helm b2b0bb3f98 1/2: Docstring only
Date: Sun, 11 Aug 2024 04:00:42 -0400 (EDT)

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

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

diff --git a/helm-lib.el b/helm-lib.el
index 46ef33e710..4b06078989 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -558,8 +558,9 @@ and `cond'.
 KEYLIST can be any object that will be compared with `equal' or
 an expression starting with `guard' which is then evaluated.
 Once evaluated `guard' is bound to the returned value that can be
-used in the cdr of clause.  When KEYLIST match EXPR, BODY is
-executed and `helm-acase' exited with its value.
+used in the cdr of clause.  When KEYLIST match EXPR or `guard'
+evaluation is non-nil, BODY is executed and `helm-acase' exits
+with its value.
 
 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



reply via email to

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