aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-11-27 04:24:47 +0000
committerStefan Monnier2009-11-27 04:24:47 +0000
commit6f06a17190784b62e45686ce3efd17e838ec1cb6 (patch)
treec1bcdfd522c9f4e17f6940135bb11d72bc46987a /lisp/ChangeLog
parent10c877fedc42f0d9cefde95eb52e8d3df5265602 (diff)
downloademacs-6f06a17190784b62e45686ce3efd17e838ec1cb6.tar.gz
emacs-6f06a17190784b62e45686ce3efd17e838ec1cb6.zip
(describe-bindings-internal): Remove `interactive'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
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 @@
12009-11-27 Stefan Monnier <monnier@iro.umontreal.ca> 12009-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.