Fix typos.
[bpt/emacs.git] / lisp / ChangeLog.2
index 051e2aa..0d9592e 100644 (file)
 
 1987-05-12  Richard M. Stallman  (rms@prep)
 
-       * loadefs.el (sentence-end): Treat `}' like `)'.
+       * loaddefs.el (sentence-end): Treat `}' like `)'.
 
        * buff-menu.el (buffer-menu-mode):
        Run buffer-menu-mode-hook.
        * rmail.el (rmail-forward):
        * sendmail.el (mail-send-and-exit): Don't count minibuffer window
        when deciding whether there is only one window.
-       These are done by definining subroutine one-window-p in a way that
+       These are done by defining subroutine one-window-p in a way that
        works in old versions of Emacs.
 
 1987-01-30  Richard Mlynarik  (mly@prep)
        * echistory.el (electric-command-history):
        Delete no-op `let'.
 
-       * compile.el (compile1): Flush v17 compatibility code to sett
+       * compile.el (compile1): Flush v17 compatibility code to set
        mode-line-format.
        * info.el (Info-set-mode-line, Info-edit): Ditto.
        * shell.el (shell-mode, inferior-lisp-mode): Ditto.
 
        * bytecomp.el:
        Don't compile (mark) specially -- lisp code shouldn't
-       call this function very freqently.
+       call this function very frequently.
 
        * startup.el (command-line-1):
        (let ((load-path (cons default-directory load-path))) (load ...))
 
        * outline.el: Pervasive changes; new features, changed keys.
 
-       * files.el (backup-bufer):
+       * files.el (backup-buffer):
        If cannot write backup under normal name, write it in ~/%backup%.
        Preserve the last-modified time when backing up by copying.
 
 
 1986-05-19  Richard M. Stallman  (rms@prep)
 
-       * mh-e.el (mh-get-new-mail): Handle error messages reeived from `inc'.
+       * mh-e.el (mh-get-new-mail): Handle error messages received from `inc'.
 
 1986-05-15  Richard M. Stallman  (rms@prep)