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

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

[nongnu] elpa/helm 1fe63f9e84 2/3: Fix single quote in docstring


From: ELPA Syncer
Subject: [nongnu] elpa/helm 1fe63f9e84 2/3: Fix single quote in docstring
Date: Tue, 1 Aug 2023 04:00:02 -0400 (EDT)

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

    Fix single quote in docstring
---
 helm-lib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-lib.el b/helm-lib.el
index 9f3c404d99..abf425f4df 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -930,7 +930,7 @@ Example:
 
     (setq B \\='(1 2 3 4 5 6 7 8 9))
 
-    (helm-group-candidates-by B #'cl-oddp 2 \\='separate)
+    (helm-group-candidates-by B #\\='cl-oddp 2 \\='separate)
     => ((2 4 6 8) (1 3 5 7 9))
 
 SELECTION specify where to start in CANDIDATES.



reply via email to

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