diff options
| author | Bozhidar Batsov | 2013-11-05 11:47:47 +0200 |
|---|---|---|
| committer | Bozhidar Batsov | 2013-11-05 11:47:47 +0200 |
| commit | ae1f1ce1e2f1ffeedcfdfa2c9e463483d96a99af (patch) | |
| tree | e15b3dde0784c7c23fe6ac18775b0e1c2f105cee /lisp/ChangeLog | |
| parent | ae93bc748070852e8f697c2e8f05b9b5bc419b68 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com> | 1 | 2013-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 | ||
| 5 | 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca> |