diff options
| author | Eric S. Raymond <esr@thyrsus.com> | 2014-11-25 16:42:59 -0500 |
|---|---|---|
| committer | Eric S. Raymond <esr@thyrsus.com> | 2014-11-25 16:44:02 -0500 |
| commit | 873bc1329fe303cff442efbfe3a25c62ef67099e (patch) | |
| tree | e955d9956333c4d2eb6cd111e1717763b6594376 /lisp/vc/vc-src.el | |
| parent | 92f6486a11e01dcac0a83ab5fc0aefb68068159f (diff) | |
| download | emacs-873bc1329fe303cff442efbfe3a25c62ef67099e.tar.gz | |
Minor typo fixes in vc-src.el.
Diffstat (limited to 'lisp/vc/vc-src.el')
| -rw-r--r-- | lisp/vc/vc-src.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc/vc-src.el b/lisp/vc/vc-src.el index 520708c7eb0..884e0500b68 100644 --- a/lisp/vc/vc-src.el +++ b/lisp/vc/vc-src.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1992-2014 Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits) -;; Maintainer: Eric S. Raymond <esr@ythyrsus.com> +;; Maintainer: Eric S. Raymond <esr@thyrsus.com> ;; Package: vc ;; This file is part of GNU Emacs. @@ -236,7 +236,7 @@ REV is ignored. COMMENT is ignored." (vc-src-command nil files "add")) -(defun vc-rcs-responsible-p (file) +(defun vc-src-responsible-p (file) "Return non-nil if SRC thinks it would be responsible for registering FILE." (file-directory-p (expand-file-name ".src" (if (file-directory-p file) |
