(describe-bindings): Fix interactive spec.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Feb 1998 00:29:47 +0000 (00:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Feb 1998 00:29:47 +0000 (00:29 +0000)
lisp/help.el

index 12b8834..48eaba0 100644 (file)
@@ -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)