From: Richard M. Stallman Date: Wed, 11 Feb 1998 00:29:47 +0000 (+0000) Subject: (describe-bindings): Fix interactive spec. X-Git-Tag: emacs-20.3~2192 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a249d3a05a82cc8f09ac4493e3e80b660af0ccb4;p=emacs.git (describe-bindings): Fix interactive spec. --- 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)