From: Markus Rost Date: Sat, 26 Jul 2003 16:07:25 +0000 (+0000) Subject: (vc-file-not-found-hook): Brr. Improve last doc fix. X-Git-Tag: ttn-vms-21-2-B4~9227 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3d558a9901939890b5b1e47d4bb8ef7c0c3e5d7;p=emacs.git (vc-file-not-found-hook): Brr. Improve last doc fix. --- diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 088dbef3812..708bb5b17e4 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -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 @@ 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-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)