# HG changeset patch # User Markus Rost # Date 1059235645 0 # Node ID 8322fd2e3685140c2dbabc1382717cc718c9d70b # Parent fa723a37589884c3c6ba8e7640ece061ceddd6b7 (vc-file-not-found-hook): Brr. Improve last doc fix. diff -r fa723a375898 -r 8322fd2e3685 lisp/vc-hooks.el --- a/lisp/vc-hooks.el Sat Jul 26 15:55:38 2003 +0000 +++ b/lisp/vc-hooks.el Sat Jul 26 16:07:25 2003 +0000 @@ -6,7 +6,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-hooks.el,v 1.154 2003/07/26 13:05:10 spiegel Exp $ +;; $Id: vc-hooks.el,v 1.155 2003/07/26 15:54:53 rost 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-hooks'." +Used in `find-file-not-found-functions'." ;; When a file does not exist, ignore cached info about it ;; from a previous visit. (vc-file-clearprops buffer-file-name)