summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 12b88344894..48eaba0b7e6 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -689,7 +689,7 @@ We put that list in a buffer, and display the buffer.
The optional argument PREFIX, if non-nil, should be a key sequence;
then we display only bindings that start with that prefix."
- (interactive "p")
+ (interactive "P")
(describe-bindings-internal nil prefix))
(defun where-is (definition &optional insert)