aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2014-04-10 20:55:58 -0400
committerGlenn Morris2014-04-10 20:55:58 -0400
commit20f39add49aee6b55778edd4dc3aa86516928e8d (patch)
tree31660bb1b09ab2da140eb4adbb2210cfb178ef60 /lisp
parente46561a27ef859132775e8025468ad5bf3cbab47 (diff)
downloademacs-20f39add49aee6b55778edd4dc3aa86516928e8d.tar.gz
emacs-20f39add49aee6b55778edd4dc3aa86516928e8d.zip
ChangeLog fixes
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c3721febc1a..94cfda082ea 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -839,7 +839,7 @@
839 839
8402014-03-04 Michal Nazarewicz <mina86@mina86.com> 8402014-03-04 Michal Nazarewicz <mina86@mina86.com>
841 841
842 * binding.el: Add comment describing why C-d binds to `delete-char'. 842 * bindings.el: Add comment describing why C-d binds to `delete-char'.
843 * simple.el (delete-forward-char): Mark as interactive-only. 843 * simple.el (delete-forward-char): Mark as interactive-only.
844 844
8452014-03-03 Juanma Barranquero <lekktu@gmail.com> 8452014-03-03 Juanma Barranquero <lekktu@gmail.com>
@@ -1896,7 +1896,7 @@
1896 * ielm.el (ielm-mode-hook): 1896 * ielm.el (ielm-mode-hook):
1897 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook) 1897 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1898 (lisp-interaction-mode-hook): 1898 (lisp-interaction-mode-hook):
1899 * progmodes/cfengine.e (cfengine3-documentation-function): 1899 * progmodes/cfengine.el (cfengine3-documentation-function):
1900 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'. 1900 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1901 1901
19022014-01-30 Stefan Monnier <monnier@iro.umontreal.ca> 19022014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>