]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-file-not-found-hook): Doc fix.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sat, 26 Jul 2003 15:55:38 +0000 (15:55 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sat, 26 Jul 2003 15:55:38 +0000 (15:55 +0000)
lisp/ChangeLog
lisp/vc-hooks.el

index ced9f4fa03728e6f44cb14fc493c33ee31225573..4759b4400f8ae82698b0018a530a3a84c8168b12 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
+
+       * vc-hooks.el (vc-file-not-found-hook): Doc fix.
+
 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
 
        * vc-hooks.el (vc-default-registered, vc-make-version-backup): 
index 6ad999b3e66e0ce53ebbb32542d7e36133a36ad5..088dbef3812f152737049212e199c2f4c5b8b78a 100644 (file)
@@ -6,7 +6,7 @@
 ;; Author:     FSF (see vc.el for full credits)
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 
-;; $Id: vc-hooks.el,v 1.153 2003/07/06 17:26:48 monnier Exp $
+;; $Id: vc-hooks.el,v 1.154 2003/07/26 13:05:10 spiegel Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -742,7 +742,7 @@ current, and kill the buffer that visits the link."
 (defun vc-file-not-found-hook ()
   "When file is not found, try to check it out from version control.
 Returns t if checkout was successful, nil otherwise.
-Used in `find-file-not-found-hook'."
+Used in `find-file-not-found-hooks'."
   ;; When a file does not exist, ignore cached info about it
   ;; from a previous visit.
   (vc-file-clearprops buffer-file-name)