changeset 60752:cd4160f5edff

(save-buffer): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 19 Mar 2005 15:11:07 +0000
parents 718d32a9e208
children bbeddd423eb1
files lisp/files.el
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Sat Mar 19 15:07:32 2005 +0000
+++ b/lisp/files.el	Sat Mar 19 15:11:07 2005 +0000
@@ -3107,15 +3107,16 @@
   "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~.