diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-11 05:59:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-11 05:59:16 +0000 |
commit | 4ea836c185b3109a27c25f1a46e67a0176f14cfb (patch) | |
tree | ed717ad4c1d92b26644af18db09e40541d05858c | |
parent | 2a8386146c5640b83e4921478a9123ce107fdd76 (diff) | |
download | emacs-4ea836c185b3109a27c25f1a46e67a0176f14cfb.tar.gz emacs-4ea836c185b3109a27c25f1a46e67a0176f14cfb.tar.bz2 emacs-4ea836c185b3109a27c25f1a46e67a0176f14cfb.zip |
(make-backup-files): Doc fix.
-rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |