From: RĂ¼diger Sonderfeld Date: Fri, 21 Nov 2014 19:16:34 +0000 (+0100) Subject: lisp/ChangeLog: Use double space to end sentence. X-Git-Tag: emacs-25.0.90~2635^2~394 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=280eb43f6521d7803ecf581982f18be51bd350c5;p=emacs.git lisp/ChangeLog: Use double space to end sentence. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 99c94071205..3e9dbfe4fc2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -30,23 +30,23 @@ 2014-11-20 Eric S. Raymond - * vc/vc-src.el, vc/vc.el: Added support for SRC. Needs more + * vc/vc-src.el, vc/vc.el: Added support for SRC. Needs more testing and a real log-view mode. * vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el, vc/vc-git.el, vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc-svn.el, vc/vc.el: Remove editable argument from the backend checkout methods; where it matters (which is only in SCCS and RCS) - files are always checked out editable. This may actually have + files are always checked out editable. This may actually have been dynamically true already - it looks like the vc-next-action - code evolved past visiting the other case. Tested with RCS. + code evolved past visiting the other case. Tested with RCS. * vc/vc-arch.el, vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el, vc/vc-git.el, vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc-svn.el, vc/vc.el: Remove never-used rev - argument from the backend checkin methods. Only the RCS, SCCS, and - CVS back ends tried to do anything with it, and that code was - never exercised. Chiseling away the cruft of decades... + argument from the backend checkin methods. Only the RCS, SCCS, + and CVS back ends tried to do anything with it, and that code was + never exercised. Chiseling away the cruft of decades... 2014-11-19 Lars Magne Ingebrigtsen