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

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

[elpa] master 2e53187 14/39: Fix typo in previous commit


From: Justin Burkett
Subject: [elpa] master 2e53187 14/39: Fix typo in previous commit
Date: Thu, 21 Jun 2018 15:48:14 -0400 (EDT)

branch: master
commit 2e531873073ad2e224aba134ad0e7cc7b79512ae
Author: Justin Burkett <address@hidden>
Commit: Justin Burkett <address@hidden>

    Fix typo in previous commit
---
 which-key.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/which-key.el b/which-key.el
index f16361d..c4900e7 100644
--- a/which-key.el
+++ b/which-key.el
@@ -1656,7 +1656,7 @@ alists. Returns a list (key separator description)."
 (defun which-key--get-keymap-bindings (keymap &optional all prefix)
   "Retrieve top-level bindings from KEYMAP.
 If ALL is non-nil, get all bindings, not just the top-level
-one. PREFIX is for internal use and should not be used."
+ones. PREFIX is for internal use and should not be used."
   (let (bindings)
     (map-keymap
      (lambda (ev def)



reply via email to

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