]> git.eshelyaron.com Git - emacs.git/commitdiff
Document new backend operation `find-file-not-found-hook'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 Mar 2004 21:00:36 +0000 (21:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 23 Mar 2004 21:00:36 +0000 (21:00 +0000)
lisp/vc.el

index 943dba229b6db84fe6f3f006b3141848098e41d2..ca9b5be1e8125c15469a4681a70b0c74174e4674 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 ;; Keywords: tools
 
-;; $Id: vc.el,v 1.368 2004/03/15 03:55:24 monnier Exp $
+;; $Id: vc.el,v 1.369 2004/03/21 15:42:14 spiegel Exp $
 
 ;; This file is part of GNU Emacs.
 
 ;;
 ;; - find-file-hook ()
 ;;
-;;   Operation called in current buffer when opening a new file.  This can
+;;   Operation called in current buffer when opening a file.  This can
 ;;   be used by the backend to setup some local variables it might need.
+;
+;; - find-file-not-found-hook ()
+;;
+;;   Operation called in current buffer when opening a non-existing file.
+;;   By default, this asks the user if she wants to check out the file.
 
 ;;; Code: