Mercurial > emacs
changeset 106283:85d22dbf4301
(describe-bindings-internal): Remove `interactive'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 27 Nov 2009 04:24:47 +0000 |
parents | 563a767d38bf |
children | 894b96ba4f65 |
files | lisp/ChangeLog lisp/help.el |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <monnier@iro.umontreal.ca> + * 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.
--- 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