aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Mueller2014-11-21 11:21:50 +0200
committerEli Zaretskii2014-11-21 11:21:50 +0200
commita2c0a14c323401e6f113f999acf5729b29b136e9 (patch)
tree08a90875012d319190b55e4627a75b38aaad4e81
parentf9c0081e985f80d25619d2d826c6983dc0172b1b (diff)
downloademacs-a2c0a14c323401e6f113f999acf5729b29b136e9.tar.gz
emacs-a2c0a14c323401e6f113f999acf5729b29b136e9.zip
Fix bug #19136 with a typo in a vc.el comment.
lisp/vc/vc.el: Fix a typo in the commentary.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/vc/vc.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ca8d678a032..9d5d72746f3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12014-11-21 Ulrich Müller <ulm@gentoo.org>
2
3 * vc/vc.el: Fix a typo in the commentary.
4
12014-11-20 Eric S. Raymond <esr@snark.thyrsus.com> 52014-11-20 Eric S. Raymond <esr@snark.thyrsus.com>
2 6
3 * vc/vc-src.el, vc/vc.el: Added support for SRC. Needs more 7 * 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 @@
52 52
53;; This mode is fully documented in the Emacs user's manual. 53;; This mode is fully documented in the Emacs user's manual.
54;; 54;;
55;; Supported version-control systems presently include CVS, RCS, SCR, GNU 55;; Supported version-control systems presently include CVS, RCS, SRC, GNU
56;; Arch, Subversion, Bzr, Git, Mercurial, Monotone and SCCS 56;; Arch, Subversion, Bzr, Git, Mercurial, Monotone and SCCS
57;; (or its free replacement, CSSC). 57;; (or its free replacement, CSSC).
58;; 58;;