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 09:17:03 -0500

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.747 emacs/lisp/files.el:1.748
*** emacs/lisp/files.el:1.747   Sat Mar 19 13:29:06 2005
--- emacs/lisp/files.el Sat Mar 19 14:17:02 2005
***************
*** 3104,3117 ****
              ancestor))))))
  
  (defun save-buffer (&optional args)
!   "Save current buffer in visited file if modified.  Versions described below.
  By default, makes the previous version into a backup file
   if previously requested or if this is the first save.
! With 1 \\[universal-argument], marks this version
   to become a backup when the next save is done.
! With 2 \\[universal-argument]'s,
   unconditionally makes the previous version into a backup file.
! With 3 \\[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.
  
--- 3104,3117 ----
              ancestor))))))
  
  (defun save-buffer (&optional args)
!   "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.
  




reply via email to

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