aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helpful.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpful.el b/helpful.el
index dd07076..79c9bde 100644
--- a/helpful.el
+++ b/helpful.el
@@ -2712,7 +2712,7 @@ See also `helpful-function'."
((null sym)
(user-error "No command is bound to %s"
(key-description key-sequence)))
- ((commandp sym)
+ ((commandp sym t)
(helpful--update-and-switch-buffer sym t))
(t
(user-error "%s is bound to %s which is not a command"