]> git.eshelyaron.com Git - emacs.git/commitdiff
Changelog typo fixes.
authorEric S. Raymond <esr@snark.thyrsus.com>
Fri, 28 Dec 2007 13:30:34 +0000 (13:30 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Fri, 28 Dec 2007 13:30:34 +0000 (13:30 +0000)
lisp/ChangeLog

index 83cb23b33b02d5aa2a4bddbc5de7304cbed09bc2..bfdba9ab2b84a8bd877db3e21152970b7d047654 100644 (file)
@@ -2,7 +2,7 @@
 
        * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
        to vc-hooks.el so it will be available to other modes, such as
-       speedbar.el.  Also, teach it to recognize monotine state directories.
+       speedbar.el.  Also, teach it to recognize monotone state directories.
 
        * speedbar.el: Remove this mode's fragile assumptions about
        version-control systems.  Instead, make it use logic from
@@ -13,8 +13,8 @@
 
        * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
        Modify all instances of the dir-state back-end method to suppress
-       keeping undo lists on the buffers holding astatus output, which
-       csn get extremely large.
+       keeping undo lists on the buffers holding status output, which
+       can get extremely large.
 
 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>