aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorBozhidar Batsov2013-11-05 11:47:47 +0200
committerBozhidar Batsov2013-11-05 11:47:47 +0200
commitae1f1ce1e2f1ffeedcfdfa2c9e463483d96a99af (patch)
treee15b3dde0784c7c23fe6ac18775b0e1c2f105cee /lisp/ChangeLog
parentae93bc748070852e8f697c2e8f05b9b5bc419b68 (diff)
downloademacs-ae1f1ce1e2f1ffeedcfdfa2c9e463483d96a99af.tar.gz
emacs-ae1f1ce1e2f1ffeedcfdfa2c9e463483d96a99af.zip
* lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring.
* lisp/progmodes/scheme.el (scheme-mode): Remove incorrect text from docstring. * lisp/progmodes/prolog.el (prolog-mode): Remove incorrect text from docstring. * lisp/emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode, emacs-lisp-mode): Remove incorrect text from docstring.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 10512265e71..67de518e56d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12013-11-05 Bozhidar Batsov <bozhidar@batsov.com> 12013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
2 2
3 * progmodes/python.el (python-mode): Remove incorrect text from docstring.
4 * progmodes/scheme.el (scheme-mode): Remove incorrect text from docstring.
5 * progmodes/prolog.el (prolog-mode): Remove incorrect text from docstring.
6 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode, emacs-lisp-mode):
7 Remove incorrect text from docstring.
8
3 * progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring. 9 * progmodes/ruby-mode.el (ruby-mode): Remove incorrect text from docstring.
4 10
52013-11-04 Stefan Monnier <monnier@iro.umontreal.ca> 112013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>