emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/backups.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/backups.texi
Date: Sat, 26 Feb 2005 18:50:45 -0500

Index: emacs/lispref/backups.texi
diff -c emacs/lispref/backups.texi:1.29 emacs/lispref/backups.texi:1.30
*** emacs/lispref/backups.texi:1.29     Wed Jun 23 16:31:29 2004
--- emacs/lispref/backups.texi  Sat Feb 26 23:50:45 2005
***************
*** 198,204 ****
  copying.
  @end defopt
  
!   The following two variables, when address@hidden, cause the second
  method to be used in certain special cases.  They have no effect on the
  treatment of files that don't fall into the special cases.
  
--- 198,204 ----
  copying.
  @end defopt
  
!   The following three variables, when address@hidden, cause the second
  method to be used in certain special cases.  They have no effect on the
  treatment of files that don't fall into the special cases.
  
***************
*** 253,259 ****
  @table @asis
  @item @code{nil}
  Make numbered backups if the visited file already has numbered backups;
! otherwise, do not.
  
  @item @code{never}
  Do not make numbered backups.
--- 253,259 ----
  @table @asis
  @item @code{nil}
  Make numbered backups if the visited file already has numbered backups;
! otherwise, do not.  This is the default.
  
  @item @code{never}
  Do not make numbered backups.
***************
*** 503,509 ****
  @end group
  @end example
  
! The standard definition of this function is as follows:
  
  @example
  @group
--- 503,510 ----
  @end group
  @end example
  
! Here is a simplified version of the standard definition of this
! function:
  
  @example
  @group




reply via email to

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