summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-03-19 15:11:07 +0000
committerEli Zaretskii <eliz@gnu.org>2005-03-19 15:11:07 +0000
commit17ed02f8b8609b85f3faecf7a42d4393e4be7ee9 (patch)
tree366a677e9f2eada0d0aefcd088c6d3b007dbce98
parentde469e8262da075d427a8c51d0259c460a04513a (diff)
downloademacs-17ed02f8b8609b85f3faecf7a42d4393e4be7ee9.tar.gz
(save-buffer): Fix last change.
-rw-r--r--lisp/files.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 453a21dda8a..8099c7f1b40 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -3107,15 +3107,16 @@ on a DOS/Windows machine, it returns FILENAME on expanded form."
"Save current buffer in visited file if modified. Variations are described below.
By default, makes the previous version into a backup file
if previously requested or if this is the first save.
-Combined with one \\[universal-argument], marks this version
+Prefixed with one \\[universal-argument], marks this version
to become a backup when the next save is done.
-Combined with two \\[universal-argument]'s,
+Prefixed with two \\[universal-argument]'s,
unconditionally makes the previous version into a backup file.
-Combined with three \\[universal-argument]'s, marks this version
+Prefixed with three \\[universal-argument]'s, marks this version
to become a backup when the next save is done,
and unconditionally makes the previous version into a backup file.
-With argument of 0, never make the previous version into a backup file.
+With a numeric argument of 0, never make the previous version
+into a backup file.
If a file's name is FOO, the names of its numbered backup versions are
FOO.~i~ for various integers i. A non-numbered backup file is called FOO~.