# HG changeset patch # User Stefan Monnier # Date 1259295887 0 # Node ID 85d22dbf4301dd71fbada99ac73374792d170cda # Parent 563a767d38bffde189e0d7068995a71aaa900ad8 (describe-bindings-internal): Remove `interactive'. diff -r 563a767d38bf -r 85d22dbf4301 lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 27 04:08:04 2009 +0000 +++ b/lisp/ChangeLog Fri Nov 27 04:24:47 2009 +0000 @@ -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 -r 563a767d38bf -r 85d22dbf4301 lisp/help.el --- a/lisp/help.el Fri Nov 27 04:08:04 2009 +0000 +++ b/lisp/help.el Fri Nov 27 04:24:47 2009 +0000 @@ -508,7 +508,6 @@ \(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