changeset 20882:6566e48896f4

(describe-bindings): Fix interactive spec.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Feb 1998 00:29:47 +0000
parents fd35cf0efd94
children 4aeabf3b8f98
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Tue Feb 10 04:08:26 1998 +0000
+++ b/lisp/help.el	Wed Feb 11 00:29:47 1998 +0000
@@ -689,7 +689,7 @@
 
 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)