emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 01/01: Fix bug #19136 with a typo in a vc.el commen


From: Eli Zaretskii
Subject: [Emacs-diffs] master 01/01: Fix bug #19136 with a typo in a vc.el comment.
Date: Fri, 21 Nov 2014 09:23:06 +0000

branch: master
commit a2c0a14c323401e6f113f999acf5729b29b136e9
Author: Ulrich Mueller <address@hidden>
Date:   Fri Nov 21 11:21:50 2014 +0200

    Fix bug #19136 with a typo in a vc.el comment.
    
     lisp/vc/vc.el: Fix a typo in the commentary.
---
 lisp/ChangeLog |    4 ++++
 lisp/vc/vc.el  |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ca8d678..9d5d727 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-21  Ulrich Müller  <address@hidden>
+
+       * vc/vc.el: Fix a typo in the commentary.
+
 2014-11-20  Eric S. Raymond  <address@hidden>
 
        * 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 5d63b57..c7e19a6 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).
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]