summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-12-06 23:29:47 +0000
committerKarl Heuer <kwzh@gnu.org>1996-12-06 23:29:47 +0000
commit27ab694409b5e22641a51cae5689512995555cea (patch)
treea3038e99922678c9be333adaa8c85c7ee425dc19 /lisp/files.el
parentd6a12f42bc103ce27136efa91d0011ad1806386b (diff)
downloademacs-27ab694409b5e22641a51cae5689512995555cea.tar.gz
(backup-buffer): Doc fix.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 2b243780623..bbfd13351f2 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1564,7 +1564,11 @@ Interactively, confirmation is required unless you supply a prefix argument."
This is normally done before saving the buffer the first time.
If the value is non-nil, it is the result of `file-modes' on the original
file; this means that the caller, after saving the buffer, should change
-the modes of the new file to agree with the old modes."
+the modes of the new file to agree with the old modes.
+
+A backup may be done by renaming or by copying; see documentation of
+variable `make-backup-files'. If it's done by renaming, then the file is
+no longer accessible under its old name."
(if (and make-backup-files (not backup-inhibited)
(not buffer-backed-up)
(file-exists-p buffer-file-name)