summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2009-11-27 04:24:47 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2009-11-27 04:24:47 +0000
commit6f06a17190784b62e45686ce3efd17e838ec1cb6 (patch)
treec1bcdfd522c9f4e17f6940135bb11d72bc46987a /lisp/help.el
parent10c877fedc42f0d9cefde95eb52e8d3df5265602 (diff)
downloademacs-6f06a17190784b62e45686ce3efd17e838ec1cb6.tar.gz
(describe-bindings-internal): Remove `interactive'.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index dfa097ca54e..979a560ce0a 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -508,7 +508,6 @@ The optional argument MENUS, if non-nil, says to mention menu bindings.
\(Ordinarily these are omitted from the output.)
The optional argument PREFIX, if non-nil, should be a key sequence;
then we display only bindings that start with that prefix."
- (interactive)
(let ((buf (current-buffer)))
(with-help-window "*Help*"
(with-current-buffer standard-output