changeset 40440:6edf1e051b27

Mention vc-*-switches in backend API documentation. (vc-annotate): Adapt doc string to recent change.
author André Spiegel <spiegel@gnu.org>
date Mon, 29 Oct 2001 12:21:26 +0000
parents 58a55094ec0d
children 024f6efc3f87
files lisp/vc.el
diffstat 1 files changed, 11 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc.el	Mon Oct 29 11:39:52 2001 +0000
+++ b/lisp/vc.el	Mon Oct 29 12:21:26 2001 +0000
@@ -6,7 +6,7 @@
 ;; Maintainer: Andre Spiegel <spiegel@gnu.org>
 ;; Keywords: tools
 
-;; $Id: vc.el,v 1.314 2001/10/22 07:54:03 spiegel Exp $
+;; $Id: vc.el,v 1.315 2001/10/22 12:13:29 spiegel Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -167,6 +167,8 @@
 ;;
 ;;   Register FILE in this backend.  Optionally, an initial revision REV
 ;;   and an initial description of the file, COMMENT, may be specified.
+;;   The implementation should pass the value of vc-register-switches
+;;   to the backend command.
 ;;
 ;; - responsible-p (file)
 ;;
@@ -198,7 +200,8 @@
 ;;
 ;;   Commit changes in FILE to this backend.  If REV is non-nil, that
 ;;   should become the new revision number.  COMMENT is used as a
-;;   check-in comment.
+;;   check-in comment.  The implementation should pass the value of
+;;   vc-checkin-switches to the backend command.
 ;;
 ;; * checkout (file &optional editable rev destfile)
 ;;
@@ -208,7 +211,8 @@
 ;;   is the revision to check out (default is current workfile version);
 ;;   if REV is the empty string, that means to check out the head of the
 ;;   trunk.  If optional arg DESTFILE is given, it is an alternate
-;;   filename to write the contents to.
+;;   filename to write the contents to.  The implementation should
+;;   pass the value of vc-checkout-switches to the backend command.
 ;;
 ;; * revert (file &optional contents-done)
 ;;
@@ -3005,11 +3009,10 @@
 minibuffer.  First, you may enter a version number; then the buffer
 displays and annotates that version instead of the current version
 \(type RET in the minibuffer to leave that default unchanged).  Then,
-you are prompted for a stretch factor for the time scale.  This makes
-the color range cover a time span longer or shorter than the default
-of one year.  For example, a factor of 0.1 means that the range from
-red to blue stands for the past 36 days only, and everything that is
-older than that is shown in blue.
+you are prompted for the time span in days which the color range
+should cover.  For example, a time span of 20 days means that changes
+over the past 20 days are shown in red to blue, according to their
+age, and everything that is older than that is shown in blue.
 
 Customization variables: