; Fix typo, insure -> ensure in ChangeLogs

This commit is contained in:
Noam Postavsky 2019-05-30 08:16:46 -04:00
parent cb8fb597e5
commit f5b48469f1
3 changed files with 6 additions and 6 deletions

View file

@ -7321,7 +7321,7 @@
(fortran-setup-tab-format-style): Set `fortran-comment-line-column' and (fortran-setup-tab-format-style): Set `fortran-comment-line-column' and
`fortran-minimum-statement-indent' to (max tab-width 6) instead of 8. `fortran-minimum-statement-indent' to (max tab-width 6) instead of 8.
The minimum 6 insures legal indenting for lines with line numbers. The minimum 6 ensures legal indenting for lines with line numbers.
1991-07-13 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) 1991-07-13 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
@ -11436,7 +11436,7 @@
1989-04-19 Richard Stallman (rms@mole.ai.mit.edu) 1989-04-19 Richard Stallman (rms@mole.ai.mit.edu)
* replace.el (occur-mode-goto-occurrence): Insure arg to * replace.el (occur-mode-goto-occurrence): Ensure arg to
count-lines is@start of line. count-lines is@start of line.
* replace.el (occur): Remove an extraneous save-excursion. * replace.el (occur): Remove an extraneous save-excursion.

View file

@ -2676,7 +2676,7 @@
1995-03-10 Karl Fogel <kfogel@floss.life.uiuc.edu> 1995-03-10 Karl Fogel <kfogel@floss.life.uiuc.edu>
* bookmark.el: * bookmark.el:
Insure that all entry points call `bookmark-maybe-load-default-file'. Ensure that all entry points call `bookmark-maybe-load-default-file'.
Changed format of bookmark-alist and therefore of bookmark files. Changed format of bookmark-alist and therefore of bookmark files.
Have version stamps in bookmark files. Have version stamps in bookmark files.
Automatically upgrade old bookmark files to new format. Automatically upgrade old bookmark files to new format.

View file

@ -73,10 +73,10 @@
* mh-folder.el (mh-inc-folder): Revert SF #2321115, SF #250 * mh-folder.el (mh-inc-folder): Revert SF #2321115, SF #250
which processed pending deletes and refiles. Call to which processed pending deletes and refiles. Call to
mh-process-or-undo-commands to insure that pending changes are mh-process-or-undo-commands to ensure that pending changes are
properly tagged after including new mail (closes SF #271). properly tagged after including new mail (closes SF #271).
* mh-comp.el: Insure that mail-header-separator is set before * mh-comp.el: Ensure that mail-header-separator is set before
invoking any mml functions (closes SF #270). invoking any mml functions (closes SF #270).
2013-01-23 Dmitry Antipov <dmantipov@yandex.ru> 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
@ -140,7 +140,7 @@
(addresses SF #1916032). (addresses SF #1916032).
* mh-folder.el (mh-inc-folder): Call mh-process-or-undo-commands * mh-folder.el (mh-inc-folder): Call mh-process-or-undo-commands
before running to insure we do not lose any pending changes. before running to ensure we do not lose any pending changes.
(closes SF #2321115). (closes SF #2321115).
2012-11-25 Ted Phelps <phelps@gnusto.com> 2012-11-25 Ted Phelps <phelps@gnusto.com>