]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo, insure -> ensure in ChangeLogs
authorNoam Postavsky <npostavs@gmail.com>
Thu, 30 May 2019 12:16:46 +0000 (08:16 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 6 Jul 2019 01:50:29 +0000 (21:50 -0400)
lisp/ChangeLog.3
lisp/ChangeLog.5
lisp/mh-e/ChangeLog.2

index 38e684480fb74ee57ed0c8d6598efad755b33fc4..6265611b104082418b8d0340b56e987914b265d3 100644 (file)
 
        (fortran-setup-tab-format-style): Set `fortran-comment-line-column' and
        `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)
 
 
 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.
 
        * replace.el (occur): Remove an extraneous save-excursion.
index 5d07975638782c6e9ea051b5060b08a53bf105dc..ef6caa970427296481138c70b580c740f8c14c3a 100644 (file)
 1995-03-10  Karl Fogel  <kfogel@floss.life.uiuc.edu>
 
        * 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.
        Have version stamps in bookmark files.
        Automatically upgrade old bookmark files to new format.
index 6d3b8e332b67322150505ba0d9b9f4faf24167e6..1e57969b9b15aa3a7b512d846491198e583cae21 100644 (file)
 
        * mh-folder.el (mh-inc-folder): Revert SF #2321115, SF #250
        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).
 
-       * 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).
 
 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
        (addresses SF #1916032).
 
        * 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).
 
 2012-11-25  Ted Phelps  <phelps@gnusto.com>