From: Ulrich Mueller Date: Fri, 21 Nov 2014 09:21:50 +0000 (+0200) Subject: Fix bug #19136 with a typo in a vc.el comment. X-Git-Tag: emacs-25.0.90~2635^2~402 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2c0a14c323401e6f113f999acf5729b29b136e9;p=emacs.git Fix bug #19136 with a typo in a vc.el comment. lisp/vc/vc.el: Fix a typo in the commentary. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca8d678a032..9d5d72746f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-11-21 Ulrich Müller + + * vc/vc.el: Fix a typo in the commentary. + 2014-11-20 Eric S. Raymond * vc/vc-src.el, vc/vc.el: Added support for SRC. Needs more diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 5d63b575f68..c7e19a62bb2 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -52,7 +52,7 @@ ;; This mode is fully documented in the Emacs user's manual. ;; -;; Supported version-control systems presently include CVS, RCS, SCR, GNU +;; Supported version-control systems presently include CVS, RCS, SRC, GNU ;; Arch, Subversion, Bzr, Git, Mercurial, Monotone and SCCS ;; (or its free replacement, CSSC). ;;