diff options
| author | Ulrich Mueller | 2014-11-21 11:21:50 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-11-21 11:21:50 +0200 |
| commit | a2c0a14c323401e6f113f999acf5729b29b136e9 (patch) | |
| tree | 08a90875012d319190b55e4627a75b38aaad4e81 | |
| parent | f9c0081e985f80d25619d2d826c6983dc0172b1b (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/vc/vc.el | 2 |
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 @@ | |||
| 1 | 2014-11-21 Ulrich Müller <ulm@gentoo.org> | ||
| 2 | |||
| 3 | * vc/vc.el: Fix a typo in the commentary. | ||
| 4 | |||
| 1 | 2014-11-20 Eric S. Raymond <esr@snark.thyrsus.com> | 5 | 2014-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 | ;; |