Skip to content
  • Sponsor emacs-helm/helm

  • Notifications You must be signed in to change notification settings
  • Fork 392
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0884be9

Browse files
committedOct 12, 2023
Fix comment
1 parent 89baca1 commit 0884be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎helm-ring.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ See (info \"(emacs) Keyboard Macros\") for detailed infos."
537537
(lambda (candidates)
538538
(cl-loop for c in candidates
539539
for keys = (if (functionp c)
540-
;; Emacs-29+ (closure).
540+
;; Emacs-29+ (Oclosure).
541541
(kmacro--keys c)
542542
;; Emacs-28 and below (list).
543543
(car c))

0 commit comments

Comments
 (0)
Failed to load comments.