]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug #19136 with a typo in a vc.el comment.
authorUlrich Mueller <ulm@gentoo.org>
Fri, 21 Nov 2014 09:21:50 +0000 (11:21 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Nov 2014 09:21:50 +0000 (11:21 +0200)
 lisp/vc/vc.el: Fix a typo in the commentary.

lisp/ChangeLog
lisp/vc/vc.el

index ca8d678a0329f0d8d34b7eda17b5b0df28bd0b57..9d5d72746f35d64c08a16ada4ee236035d1586e4 100644 (file)
@@ -1,3 +1,7 @@
+2014-11-21  Ulrich Müller  <ulm@gentoo.org>
+
+       * vc/vc.el: Fix a typo in the commentary.
+
 2014-11-20  Eric S. Raymond  <esr@snark.thyrsus.com>
 
        * vc/vc-src.el, vc/vc.el: Added support for SRC. Needs more
index 5d63b575f685fe9cea85d537ea09aa79c4fd9087..c7e19a62bb28cbd6517dad073b332800cc0e5b2c 100644 (file)
@@ -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).
 ;;