diff options
| author | Richard M. Stallman | 1993-06-11 05:59:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-11 05:59:16 +0000 |
| commit | 4ea836c185b3109a27c25f1a46e67a0176f14cfb (patch) | |
| tree | ed717ad4c1d92b26644af18db09e40541d05858c | |
| parent | 2a8386146c5640b83e4921478a9123ce107fdd76 (diff) | |
| download | emacs-4ea836c185b3109a27c25f1a46e67a0176f14cfb.tar.gz 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.") | |||
| 45 | 45 | ||
| 46 | ;;; Turn off backup files on VMS since it has version numbers. | 46 | ;;; Turn off backup files on VMS since it has version numbers. |
| 47 | (defconst make-backup-files (not (eq system-type 'vax-vms)) | 47 | (defconst make-backup-files (not (eq system-type 'vax-vms)) |
| 48 | "*Create a backup of each file when it is saved for the first time. | 48 | "*Non-nil means make a backup of a file the first time it is saved. |
| 49 | This can be done by renaming the file or by copying. | 49 | This can be done by renaming the file or by copying. |
| 50 | 50 | ||
| 51 | Renaming means that Emacs renames the existing file so that it is a | 51 | Renaming means that Emacs renames the existing file so that it is a |