From: Glenn Morris Date: Fri, 11 Apr 2014 00:55:58 +0000 (-0400) Subject: ChangeLog fixes X-Git-Tag: emacs-24.3.90~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20f39add49aee6b55778edd4dc3aa86516928e8d;p=emacs.git ChangeLog fixes --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c3721febc1a..94cfda082ea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -839,7 +839,7 @@ 2014-03-04 Michal Nazarewicz - * binding.el: Add comment describing why C-d binds to `delete-char'. + * bindings.el: Add comment describing why C-d binds to `delete-char'. * simple.el (delete-forward-char): Mark as interactive-only. 2014-03-03 Juanma Barranquero @@ -1896,7 +1896,7 @@ * ielm.el (ielm-mode-hook): * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook) (lisp-interaction-mode-hook): - * progmodes/cfengine.e (cfengine3-documentation-function): + * progmodes/cfengine.el (cfengine3-documentation-function): Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'. 2014-01-30 Stefan Monnier