Fix spelling of "supersede".
[bpt/emacs.git] / src / ChangeLog.3
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.