Fix typos.
[bpt/emacs.git] / src / ChangeLog.5
index dd4ba75..61aa04d 100644 (file)
        Use XMISCTYPE instead of that.
 
        * alloc.c (Fmake_marker, mark_object): Use XMISCTYPE.
-       (clear_marks, gc_sweep): Use u_marker union elt to extrat misc type.
+       (clear_marks, gc_sweep): Use u_marker union elt to extract misc type.
 
        * lread.c (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard)
        (defvar_per_buffer): Use XMISCTYPE.
 
        * lisp.h (SWITCH_ENUM_CAST): New macro.
        * alloc.c, data.c, keyboard.c, syntax.c, xdisp.c: Change all
-       occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.
+       occurrences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.
 
 1995-01-18  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
        * s/aix3-1.h (AIXHFT): Define.
        * m/ibmrs6000.h (OBJECTS_MACHINE): Define only if AIXHFT.
 
-       * sysdep.c (init_sys_modes): Tes AIXHFT, not AIX.
+       * sysdep.c (init_sys_modes): Test AIXHFT, not AIX.
        (reset_sys_modes): Test AIXHFT.
        (hft_init, hft_reset): Test AIXHFT, not AIX.
 
        (display_mode_line): Unset the var.
        (decode_mode_spec): Set the var if %c was seen.
 
-1994-10-30  voelker  <voelker@cs.washington.edu>
+1994-10-30  Geoff Voelker  <voelker@cs.washington.edu>
 
        * makefile.nt: New file.
        * nt.c, nt.h: New files.
        (Finsert_file_types): Test DOS_NT instead of MSDOS.
        Rename local var try to trytry.
 
-       * fileio.c (Fadd_name_to_file): Wlways fail.
+       * fileio.c (Fadd_name_to_file): Always fail.
        (Frename_file) [WINDOWSNT]: Use MoveFile, not link and unlink,
        and check for both ERROR_FILE_EXISTS and ERROR_ALREADY_EXISTS.
        (Fmake_directory_internal) [WINDOWSNT]: Invoke mkdir without the mask.
        Use the return value of child_setup to get the child's pid;
        don't call vfork etc. explicitly.
 
-       * callproc.c [WINDOWSNT]: Add includes.  Defone NOMINMAX, _P_NOWAIT.
+       * callproc.c [WINDOWSNT]: Add includes.  Define NOMINMAX, _P_NOWAIT.
        (Vbinary_process_input, Vbinary_process_output)
        (Qbuffer_file_type): Test DOS_NT, not MSDOS.
        (syms_of_callproc): Test DOS_NT, not MSDOS.
 
        * xterm.h (XDISPLAY): Macro deleted.
        (XFlushQueue): Macro deleted.  All callers changed.
-       (DISPLAY_SCREEN_ARG): Maco deleted.
+       (DISPLAY_SCREEN_ARG): Macro deleted.
        (DISPLAY_CELLS): Macro deleted.
        (WINDOWINFO_TYPE): Macro deleted.