changeset 38608:cfe886db83f8

#Document prev change.
author André Spiegel <spiegel@gnu.org>
date Mon, 30 Jul 2001 18:25:58 +0000
parents 6752a4952330
children 0d6a4572c332
files lisp/vc.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Mon Jul 30 18:22:50 2001 +0000
+++ b/lisp/vc.el	Mon Jul 30 18:25:58 2001 +0000
@@ -5,7 +5,7 @@
 ;; Author:     FSF (see below for full credits)
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 
-;; $Id: vc.el,v 1.302 2001/07/30 08:18:04 gerd Exp $
+;; $Id: vc.el,v 1.303 2001/07/30 15:01:49 spiegel Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -1427,7 +1427,9 @@
 (defun vc-checkout (file &optional writable rev)
   "Retrieve a copy of the revision REV of FILE.
 If WRITABLE is non-nil, make sure the retrieved file is writable.
-REV defaults to the latest revision."
+REV defaults to the latest revision.
+
+After check-out, runs the normal hook `vc-checkout-hook'."
   (and writable
        (not rev)
        (vc-call make-version-backups-p file)