aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 91acb14677e..df95187fa4c 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -6,7 +6,7 @@
6;; Maintainer: Andre Spiegel <spiegel@gnu.org> 6;; Maintainer: Andre Spiegel <spiegel@gnu.org>
7;; Keywords: tools 7;; Keywords: tools
8 8
9;; $Id: vc.el,v 1.308 2001/09/10 17:51:04 spiegel Exp $ 9;; $Id: vc.el,v 1.309 2001/09/17 09:59:41 spiegel Exp $
10 10
11;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
12 12
@@ -2861,7 +2861,7 @@ everything that is older than that is shown in blue.
2861With a prefix argument, this command asks two questions in the 2861With a prefix argument, this command asks two questions in the
2862minibuffer. First, you may enter a version number; then the buffer 2862minibuffer. First, you may enter a version number; then the buffer
2863displays and annotates that version instead of the current version 2863displays and annotates that version instead of the current version
2864(type RET in the minibuffer to leave that default unchanged). Then, 2864\(type RET in the minibuffer to leave that default unchanged). Then,
2865you are prompted for a stretch factor for the time scale. This makes 2865you are prompted for a stretch factor for the time scale. This makes
2866the color range cover a time span longer or shorter than the default 2866the color range cover a time span longer or shorter than the default
2867of one year. For example, a factor of 0.1 means that the range from 2867of one year. For example, a factor of 0.1 means that the range from