]> code.delx.au - gnu-emacs/commitdiff
Minor typo fixes in vc-src.el.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 25 Nov 2014 21:42:59 +0000 (16:42 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 25 Nov 2014 21:44:02 +0000 (16:44 -0500)
lisp/vc/vc-src.el

index 520708c7eb0ac4d6b46d8507fe988d5620039cc1..884e0500b68a705b68d0d4e1de0d728a39a25d09 100644 (file)
@@ -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)