summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2003-07-26 15:55:38 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2003-07-26 15:55:38 +0000
commit4463d82a98784d0e725b136af6cfd373a9bde5ed (patch)
treec428aa56902b90781581b2119a560d2ace0d5d6d /lisp/vc-hooks.el
parent18ec585117f0e2183f8ca82ddc7dd176df2e236b (diff)
downloademacs-4463d82a98784d0e725b136af6cfd373a9bde5ed.tar.gz
(vc-file-not-found-hook): Doc fix.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r--lisp/vc-hooks.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index 6ad999b3e66..088dbef3812 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 <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)