aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-01-14 14:16:29 +0000
committerRichard M. Stallman <[email protected]>1994-01-14 14:16:29 +0000
commitd0b81713e07d29294ef8026cc3ba6ab96dcd2903 (patch)
treebbb4679d2ae5f544ed4a6370c81e43233c0df3f0
parentad9549a93463c742a286b684a8d1b160a6874632 (diff)
Comment change.
-rw-r--r--lisp/vc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 3439b354b2..0eac75a2c4 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -30,8 +30,8 @@
;; and Richard Stallman contributed valuable criticism, support, and testing.
;;
;; Supported version-control systems presently include SCCS and RCS;
-;; your RCS version should be 5.6.2 or later for proper operation of
-;; the lock-breaking code.
+;; the RCS lock-stealing code doesn't work right unless you use RCS 5.6.2
+;; or newer. Currently (January 1994) that is only a beta test release.
;;
;; The RCS code assumes strict locking. You can support the RCS -x option
;; by adding pairs to the vc-master-templates list.