diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-15 02:41:20 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-16 08:29:28 +0100 |
commit | 033071692c7cd1cd550d25170d4b3168668567ac (patch) | |
tree | 4652c5a846b8d166757c46c81a709beaed962e0a /lisp/ChangeLog.16 | |
parent | f4a513344d95badf2b75b0577016edcdd9ea5fbe (diff) | |
download | emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.gz emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.bz2 emacs-033071692c7cd1cd550d25170d4b3168668567ac.zip |
; Fix typos
Diffstat (limited to 'lisp/ChangeLog.16')
-rw-r--r-- | lisp/ChangeLog.16 | 4 |
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> |