changeset 5164:04d6b9e7782a

(vc-make-backup-files): Doc fix. (vc-rcs-status): Use colon, not dash, in the string LOCKS.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Nov 1993 03:46:27 +0000
parents 220ec2f456e0
children 619c0a9ddf86
files lisp/vc-hooks.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/vc-hooks.el	Thu Nov 25 02:37:21 1993 +0000
+++ b/lisp/vc-hooks.el	Thu Nov 25 03:46:27 1993 +0000
@@ -35,8 +35,8 @@
 when creating new masters.")
 
 (defvar vc-make-backup-files nil
-  "*If non-nil, backups of registered files are made according to
-the make-backup-files variable.  Otherwise, prevents backups being made.")
+  "*If non-nil, backups of registered files are made as with other files.
+If nil (the default), for files covered by version control don't get backups.")
 
 (defvar vc-rcs-status t
   "*If non-nil, revision and locks on RCS working file displayed in modeline.
@@ -216,7 +216,7 @@
 			(narrow-to-region (match-beginning 1) (match-end 1))
 			(goto-char (point-min))
 			(while (re-search-forward lock-pattern nil t)
-			  (replace-match (if (eobp) "" "-") t t))
+			  (replace-match (if (eobp) "" ":") t t))
 			(buffer-string)))
 		     (status
 		      (if (not (string-equal locks ""))