Fix spelling of "supersede".
authorGlenn Morris <rgm@gnu.org>
Wed, 23 Feb 2011 05:10:10 +0000 (21:10 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 23 Feb 2011 05:10:10 +0000 (21:10 -0800)
ChangeLog
doc/misc/semantic.texi
etc/NEWS
lisp/ChangeLog.12
lisp/ChangeLog.3
lisp/erc/ChangeLog.01
src/ChangeLog.10
src/ChangeLog.3
src/w32term.c

index 6a57a51..7694e4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        there, and then copy it in, to make sure we get a real file.
 
        * make-dist: Don't try to distribute *.defns files any more.  The
-       only such file was for simula.el, which has been superceded by a
+       only such file was for simula.el, which has been superseded by a
        version which doesn't have a separate .defns file.
 
 1992-05-28  Ken Raeburn  (Raeburn@Cygnus.COM)
index eb84a09..97f9bc2 100644 (file)
@@ -65,7 +65,7 @@ developing GNU and promoting software freedom.''
 @macro obsolete{old,new}
 @sp 1
 @strong{Compatibility}:
-@code{\new\} introduced in @semantic{} version 2.0 supercedes
+@code{\new\} introduced in @semantic{} version 2.0 supersedes
 @code{\old\} which is now obsolete.
 @end macro
 
index a001084..7c5c4be 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1746,7 +1746,7 @@ directories in which `ffap-rfc' will first search for RFCs.
 *** hide-ifdef-mode allows shadowing ifdef-blocks instead of hiding them.
 See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'.
 
-*** `icomplete-prospects-height' now supercedes `icomplete-prospects-length'.
+*** `icomplete-prospects-height' now supersedes `icomplete-prospects-length'.
 
 *** Info displays breadcrumbs in the header of the page.
 See Info-breadcrumbs-depth to control it.
index 189e422..ea50cbf 100644 (file)
        make underlining work for wide characters.
        (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
        TAB to `org-cycle', to make sure that no binding in
-       `outline-mode-map' can supercede it.
+       `outline-mode-map' can supersede it.
 
 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
 
        * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
        pgg-decrypt-region.
        (pgg-pending-timers): A new hash for tracking the passphrase cache
-       timers, so that new ones supercede old ones.
+       timers, so that new ones supersede old ones.
        (pgg-add-passphrase-to-cache): Rename from
        `pgg-add-passphrase-cache' to reduce confusion (all callers
        changed).  Modified to cancel old timers when new ones are added.
        * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
        pgg-decrypt-region.
        (pgg-pending-timers): A new hash for tracking the passphrase cache
-       timers, so that new ones supercede old ones.
+       timers, so that new ones supersede old ones.
        (pgg-add-passphrase-to-cache): Rename from
        `pgg-add-passphrase-cache' to reduce confusion (all callers
        changed).  Modified to cancel old timers when new ones are added.
index 85e41bb..b26a048 100644 (file)
        * two-column.el: Doc fixes.
 
        * loaddefs.el (function-keymap): Definition deleted; this has been
-       superceded by function-key-map.
+       superseded by function-key-map.
 
        * gomoku.el (gomoku-mode-map): Use function key symbols, instead
        of the keypad.el facilities.
        and `fill-column'.  Code now actually sets `left-margin' and
        `fill-column', as advertised.
        * text-mode.el (change-log-mode): Function deleted, since it's
-       been superceded by the one in add-log.el.
+       been superseded by the one in add-log.el.
 
 1992-06-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 
 1992-06-12  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
-       * isearch-mode.el: New package, which will probably supercede
+       * isearch-mode.el: New package, which will probably supersede
        isearch.el.
        (isearch-mode-map, isearch-mode-meta-map): When initializing
        these, remember that vectors are no longer keymaps.
        display-time-string.
        (rmail-pop-up): Default display-time-hook to automatically retrieve
        new mail if the variable rmail-pop-up is non-nil.
-       (add-clock-handler): Removed; superceded by timer.el.
+       (add-clock-handler): Removed; superseded by timer.el.
 
        * loaddefs.el: Removed add-clock-handler.
 
 
        * loaddefs.el: Autoload for diff.
 
-       * files.el (diff): Superceded by diff.el.
+       * files.el (diff): Superseded by diff.el.
        (diff-switches-function): Still needs to be merged into diff.el.
 
        * diff.el: New file.
index db2cb57..88610b9 100644 (file)
 
        * debian/maint/conffiles.in: new file
 
-       * debian/maint/conffiles: superceded by conffiles.in
+       * debian/maint/conffiles: superseded by conffiles.in
 
-       * debian/scripts/startup: superceded by startup.erc
+       * debian/scripts/startup: superseded by startup.erc
 
 2001-10-25  Mario Lang  <mlang@delysid.org>
 
 
        * debian/maint/postinst, debian/maint/prerm, debian/scripts/install, 
          debian/scripts/remove:
-       removed, superceded by it's .in counterpart
+       removed, superseded by its .in counterpart
 
 2001-10-25  Mario Lang  <mlang@delysid.org>
 
index 39eaa61..4038f03 100644 (file)
 
        * w32reg.c (w32_get_rdb_resource): New function.
        (x_get_string_resource): Use it, so resources passed with -xrm
-       supercede the ones in the registry.
+       supersede the ones in the registry.
 
 2003-03-04  Jan Djärv  <jan.h.d@swipnet.se>
 
index 36239b1..0d0d107 100644 (file)
        * fileio.c: There are two versions of Fexpand_file_name defined
        here; the latter is inside a `#if 0' clause.  Change its DEFUN to
        a DEAFUN, so that its docstring doesn't make it into the DOC file
-       and supercede the real docstring.
+       and supersede the real docstring.
 
        * callint.c (Fcall_interactively): For the 'K' interactive spec,
        set varies[i] to -1, indicating that the mouse click should be
        wait_reading_process_input, instead of just the first two.
 
        * process.c (wait_reading_process_input): Remove support for
-       only waiting for mouse input, since that has been superceded.
+       only waiting for mouse input, since that has been superseded.
        This removes X dependencies from process.c, and eliminates some
        references to code that should only exist when using X10.
 
 
        * minibuf.c (temp_echo_area_glyphs): Clear echo_area_glyphs and
        previous_echo_glyphs, so the message we're displaying will
-       supercede any existing message.
+       supersede any existing message.
 
        * keyboard.c: Removed external declaration of echo_area_glyphs,
        since it's declared in window.h.
index b889c96..387f2b5 100644 (file)
@@ -6024,7 +6024,7 @@ w32_initialize_display_info (display_name)
 
 }
 
-/* Create an xrdb-style database of resources to supercede registry settings.
+/* Create an xrdb-style database of resources to supersede registry settings.
    The database is just a concatenation of C strings, finished by an additional
    \0.  The strings are submitted to some basic normalization, so