From 4ea836c185b3109a27c25f1a46e67a0176f14cfb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 11 Jun 1993 05:59:16 +0000 Subject: (make-backup-files): Doc fix. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/files.el') diff --git a/lisp/files.el b/lisp/files.el index 9cce40b6017..b907449edb3 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -45,7 +45,7 @@ the name it is linked to.") ;;; Turn off backup files on VMS since it has version numbers. (defconst make-backup-files (not (eq system-type 'vax-vms)) - "*Create a backup of each file when it is saved for the first time. + "*Non-nil means make a backup of a file the first time it is saved. This can be done by renaming the file or by copying. Renaming means that Emacs renames the existing file so that it is a -- cgit v1.2.3