summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.16
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog.16')
-rw-r--r--lisp/ChangeLog.164
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16
index 1d7684be812..ef230bf9edb 100644
--- a/lisp/ChangeLog.16
+++ b/lisp/ChangeLog.16
@@ -4866,7 +4866,7 @@
2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
* progmodes/python.el (python-mode-map):
- Replace subtitute-key-definition with proper command remapping.
+ Replace substitute-key-definition with proper command remapping.
(python-nav--up-list): Fix behavior for blocks on the same level.
2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -24325,7 +24325,7 @@
Pass nil for `after-find-file-from-revert-buffer'.
* saveplace.el (save-place-find-file-hook): Use new variable
- `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
+ `revert-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
2011-04-06 Glenn Morris <rgm@gnu.org>