From: Stefan Monnier Date: Fri, 27 Nov 2009 04:24:47 +0000 (+0000) Subject: (describe-bindings-internal): Remove `interactive'. X-Git-Tag: emacs-pretest-23.1.90~198 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f06a17190784b62e45686ce3efd17e838ec1cb6;p=emacs.git (describe-bindings-internal): Remove `interactive'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ad26342746..ef98cf4e5c0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-11-27 Stefan Monnier + * help.el (describe-bindings-internal): Remove `interactive'. + * man.el (Man-completion-table): Trim a terminating "(". Remove the space between name page a section. Add the command's description on the `help-echo' property. 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