From a249d3a05a82cc8f09ac4493e3e80b660af0ccb4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 11 Feb 1998 00:29:47 +0000 Subject: [PATCH] (describe-bindings): Fix interactive spec. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5