From: Eric S. Raymond Date: Tue, 25 Nov 2014 21:42:59 +0000 (-0500) Subject: Minor typo fixes in vc-src.el. X-Git-Tag: emacs-25.0.90~2635^2~321 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=873bc1329fe303cff442efbfe3a25c62ef67099e;p=emacs.git Minor typo fixes in vc-src.el. --- 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 +;; Maintainer: Eric S. Raymond ;; 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)