aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--which-key.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/which-key.el b/which-key.el
index 45301725704..2e3f6cb7f9c 100644
--- a/which-key.el
+++ b/which-key.el
@@ -2605,7 +2605,7 @@ KEYMAP is selected interactively by mode in
2605 (keymap-name keymap &optional prior-args all no-paging filter) 2605 (keymap-name keymap &optional prior-args all no-paging filter)
2606 (when prior-args (push prior-args which-key--prior-show-keymap-args)) 2606 (when prior-args (push prior-args which-key--prior-show-keymap-args))
2607 (let ((bindings (which-key--get-bindings nil keymap filter all))) 2607 (let ((bindings (which-key--get-bindings nil keymap filter all)))
2608 (if (= (length bindings) 0) 2608 (if (null bindings)
2609 (message "which-key: No bindings found in %s" keymap-name) 2609 (message "which-key: No bindings found in %s" keymap-name)
2610 (cond ((listp which-key-side-window-location) 2610 (cond ((listp which-key-side-window-location)
2611 (setq which-key--last-try-2-loc 2611 (setq which-key--last-try-2-loc