emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Sat, 19 Mar 2005 10:11:08 -0500

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.748 emacs/lisp/files.el:1.749
*** emacs/lisp/files.el:1.748   Sat Mar 19 14:17:02 2005
--- emacs/lisp/files.el Sat Mar 19 15:11:07 2005
***************
*** 3107,3121 ****
    "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
   to become a backup when the next save is done.
! Combined with two \\[universal-argument]'s,
   unconditionally makes the previous version into a backup file.
! Combined 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.
  
  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~.
--- 3107,3122 ----
    "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.
! Prefixed with one \\[universal-argument], marks this version
   to become a backup when the next save is done.
! Prefixed with two \\[universal-argument]'s,
   unconditionally makes the previous version into a backup file.
! 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 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~.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]