diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-02-11 00:29:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-02-11 00:29:47 +0000 |
commit | 74b7a889a660ccc455973b948cdad1a6607203d9 (patch) | |
tree | edb6baba01332a7b2e3e89c125e32972b1b8a9dc | |
parent | 70f6e5b0003c4fbf1afb6119325a4cd5984da592 (diff) | |
download | emacs-74b7a889a660ccc455973b948cdad1a6607203d9.tar.gz |
(describe-bindings): Fix interactive spec.
-rw-r--r-- | lisp/help.el | 2 |
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) |