diff options
| author | Chong Yidong | 2012-01-28 11:56:20 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-01-28 11:56:20 +0800 |
| commit | 102569880937c0573471d3a7d4e033e6c47bd39e (patch) | |
| tree | 05685762470aa3eff53cd9f75ccfc353ddda39e9 /doc/lispref/ChangeLog | |
| parent | 9962192ea12338b83892dd32ba9658f53c4056da (diff) | |
| download | emacs-102569880937c0573471d3a7d4e033e6c47bd39e.tar.gz emacs-102569880937c0573471d3a7d4e033e6c47bd39e.zip | |
* doc/lispref/text.texi (Transposition): We don't use transpose-region as an internal subroutine.
Fixes: debbugs:3249
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 06da23b9588..39553c22b3b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-01-28 Chong Yidong <cyd@gnu.org> | 1 | 2012-01-28 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * text.texi (Transposition): We don't use transpose-region as an | ||
| 4 | internal subroutine (Bug#3249). | ||
| 5 | |||
| 3 | * modes.texi (Example Major Modes): Update Lisp example code to | 6 | * modes.texi (Example Major Modes): Update Lisp example code to |
| 4 | current sources. Delete the old non-derived-major-mode example, | 7 | current sources. Delete the old non-derived-major-mode example, |
| 5 | which has diverged badly from current sources. | 8 | which has diverged badly from current sources. |