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 | a249d3a05a82cc8f09ac4493e3e80b660af0ccb4 (patch) | |
tree | 28bb84c4bab3a3385fc2c77cec0b2f04e234393d /lisp | |
parent | eaf17c6b641d62bc3e95632bbcb7f036674c27d2 (diff) | |
download | emacs-a249d3a05a82cc8f09ac4493e3e80b660af0ccb4.tar.gz |
(describe-bindings): Fix interactive spec.
Diffstat (limited to 'lisp')
-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) |