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

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

[elpa] externals/ivy-hydra ee2a537 204/395: * counsel.el (counsel-mark--


From: Basil L. Contovounesios
Subject: [elpa] externals/ivy-hydra ee2a537 204/395: * counsel.el (counsel-mark--get-evil-candidates): Fix typo
Date: Thu, 25 Feb 2021 08:32:03 -0500 (EST)

branch: externals/ivy-hydra
commit ee2a537e59ed42ac68ca0c8948d0e7aa0e6bc26f
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    * counsel.el (counsel-mark--get-evil-candidates): Fix typo
    
    Fixes #2525
---
 counsel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counsel.el b/counsel.el
index 5e7f255..25c0d4b 100644
--- a/counsel.el
+++ b/counsel.el
@@ -4052,7 +4052,7 @@ register tied to a mark in the message string."
             (cl-remove-if-not
              (lambda (x) (not (member (car x) 
counsel-evil-marks-exclude-registers)))
              all-markers)))
-         ;; seperate the markers from the evil registers
+         ;; separate the markers from the evil registers
          ;; for call to `counsel-mark--get-candidates'
          (registers (mapcar #'car all-markers))
          (markers (mapcar #'cdr all-markers))



reply via email to

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