+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):
;; 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.
(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)