summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2018-02-22 18:24:41 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2018-02-22 18:25:36 +0100
commitc3ba256c4ea327ecac616e0998c24954c18ada47 (patch)
tree65bd23298b436c470ae3cb60773664df67125981
parentec79e801bfe3af2facbd12d35eebd9e5184c1e67 (diff)
popup: Fix typo (spurious period)
-rw-r--r--evil-collection-popup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-collection-popup.el b/evil-collection-popup.el
index 283d33e..8af5c92 100644
--- a/evil-collection-popup.el
+++ b/evil-collection-popup.el
@@ -30,7 +30,7 @@
;;; Code:
(defun evil-collection-popup-setup ()
- "Set up `evil' bindings for `popup'.."
+ "Set up `evil' bindings for `popup'."
(defvar popup-menu-keymap)
(define-key popup-menu-keymap (kbd "C-j") 'popup-next)
(define-key popup-menu-keymap (kbd "C-k") 'popup-previous))