diff options
author | André Spiegel <spiegel@gnu.org> | 2001-07-30 18:25:58 +0000 |
---|---|---|
committer | André Spiegel <spiegel@gnu.org> | 2001-07-30 18:25:58 +0000 |
commit | 133a84aa60ca9e1583814781b51161eec646616d (patch) | |
tree | fded7f7634d24f78dcfdea8886d5907631761605 /lisp/vc.el | |
parent | 892c8dead0a7b63b2cf74166d34a30253fd3feec (diff) | |
download | emacs-133a84aa60ca9e1583814781b51161eec646616d.tar.gz |
#Document prev change.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r-- | lisp/vc.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 2eef1aecd65..cdf20992055 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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 @@ for vc-log-operation-hook." (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) |