Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4ea836c1
Commit
4ea836c1
authored
Jun 11, 1993
by
Richard M. Stallman
Browse files
(make-backup-files): Doc fix.
parent
2a838614
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/files.el
lisp/files.el
+1
-1
No files found.
lisp/files.el
View file @
4ea836c1
...
...
@@ -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
))
"*
Creat
e a backup of
each
file
w
he
n it is saved for the first time
.
"*
Non-nil means mak
e a backup of
a
file
t
he
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment