branch: elpa/helm
commit 0884be9a500c86f50cae0b1fa327da1c7dc11d23
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Fix comment
---
helm-ring.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-ring.el b/helm-ring.el
index 11005a1f82..569a6f7f62 100644
--- a/helm-ring.el
+++ b/helm-ring.el
@@ -537,7 +537,7 @@ See (info \"(emacs) Keyboard Macros\") for detailed infos."
(lambda (candidates)
(cl-loop for c in candidates
for keys = (if (functionp c)
- ;; Emacs-29+ (closure).
+ ;; Emacs-29+ (Oclosure).
(kmacro--keys c)
;; Emacs-28 and below (list).
(car c))