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: Tue, 24 Jun 2003 14:14:31 -0400

Index: emacs/lispref/backups.texi
diff -c emacs/lispref/backups.texi:1.23 emacs/lispref/backups.texi:1.24
*** emacs/lispref/backups.texi:1.23     Sun Apr  6 17:12:02 2003
--- emacs/lispref/backups.texi  Tue Jun 24 14:14:31 2003
***************
*** 143,151 ****
  
  @defvar make-backup-file-name-function
  @tindex make-backup-file-name-function
! This variable's value is a function to use for making backups instead of
! the default @code{make-backup-file-name}.  A value of nil gives the
! default @code{make-backup-file-name} behaviour.
  
  This could be buffer-local to do something special for specific
  files.  If you define it, you may need to change
--- 143,151 ----
  
  @defvar make-backup-file-name-function
  @tindex make-backup-file-name-function
! This variable's value is a function to use for making backups instead
! of the default @code{make-backup-file-name}.  A value of @code{nil}
! gives the default @code{make-backup-file-name} behaviour.
  
  This could be buffer-local to do something special for specific
  files.  If you define it, you may need to change
***************
*** 558,566 ****
  factor that increases as the size increases; for a million-byte
  buffer, the factor is almost 4.)
  
! If the value is zero or nil, then auto-saving is not done as a result
! of idleness, only after a certain number of input events
! as specified by @code{auto-save-interval}.
  @end defopt
  
  @defvar auto-save-hook
--- 558,566 ----
  factor that increases as the size increases; for a million-byte
  buffer, the factor is almost 4.)
  
! If the value is zero or @code{nil}, then auto-saving is not done as a
! result of idleness, only after a certain number of input events as
! specified by @code{auto-save-interval}.
  @end defopt
  
  @defvar auto-save-hook




reply via email to

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