diff options
| author | Stefan Monnier | 2009-11-27 04:24:47 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-11-27 04:24:47 +0000 |
| commit | 6f06a17190784b62e45686ce3efd17e838ec1cb6 (patch) | |
| tree | c1bcdfd522c9f4e17f6940135bb11d72bc46987a /lisp/ChangeLog | |
| parent | 10c877fedc42f0d9cefde95eb52e8d3df5265602 (diff) | |
| download | emacs-6f06a17190784b62e45686ce3efd17e838ec1cb6.tar.gz emacs-6f06a17190784b62e45686ce3efd17e838ec1cb6.zip | |
(describe-bindings-internal): Remove `interactive'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ad26342746..ef98cf4e5c0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * help.el (describe-bindings-internal): Remove `interactive'. | ||
| 4 | |||
| 3 | * man.el (Man-completion-table): Trim a terminating "(". | 5 | * man.el (Man-completion-table): Trim a terminating "(". |
| 4 | Remove the space between name page a section. | 6 | Remove the space between name page a section. |
| 5 | Add the command's description on the `help-echo' property. | 7 | Add the command's description on the `help-echo' property. |