branch: master
commit 2e531873073ad2e224aba134ad0e7cc7b79512ae
Author: Justin Burkett <jus...@burkett.cc>
Commit: Justin Burkett <jus...@burkett.cc>

    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