changeset 52053:72bd55c01245

(vc-file-not-found-hook): Doc fix.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sat, 26 Jul 2003 15:54:53 +0000
parents 2af83e784537
children fa723a375898
files lisp/vc-hooks.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Sat Jul 26 13:07:33 2003 +0000
+++ b/lisp/vc-hooks.el	Sat Jul 26 15:54:53 2003 +0000
@@ -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 @@
 (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)