emacs-devel
[Top][All Lists]
Advanced

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

Re: display word wrapping


From: Luc Teirlinck
Subject: Re: display word wrapping
Date: Fri, 28 May 2004 20:43:57 -0500 (CDT)

Richard Stallman wrote:

   Could you please update the documentation of auto-revert at all levels?
   I am not sure whether the manual mentions it.

I believe that the only places that need to be (slightly) updated are
the ";;; Commentary" section of autorevert.el and man/files.texi.  I
can commit the following patches, if they look OK.

===File ~/files.texi-diff===================================
*** files.texi  02 Apr 2004 21:27:43 -0600      1.88
--- files.texi  28 May 2004 17:06:20 -0500      
***************
*** 894,901 ****
  Auto-Revert mode, Emacs periodically checks all file buffers and
  reverts any when the corresponding file has changed.  The local
  variant, Auto-Revert mode, applies only to buffers in which it was
! activated.  Checking the files is done at intervals determined by the
! variable @code{auto-revert-interval}.
  
  @node Auto Save
  @section Auto-Saving: Protection Against Disasters
--- 894,901 ----
  Auto-Revert mode, Emacs periodically checks all file buffers and
  reverts any when the corresponding file has changed.  The local
  variant, Auto-Revert mode, applies only to buffers in which it was
! activated.  Neither mode reverts remote files.  Checking the files is
! done at intervals determined by the variable @code{auto-revert-interval}.
  
  @node Auto Save
  @section Auto-Saving: Protection Against Disasters
============================================================

===File ~/autorevert-diff===================================
*** autorevert.el       27 May 2004 17:44:05 -0500      1.30
--- autorevert.el       28 May 2004 17:07:57 -0500      
***************
*** 36,43 ****
  ;; Auto-Revert Mode.  Both modes automatically revert buffers
  ;; whenever the corresponding files have been changed on disk.
  ;;
! ;; Auto-Revert Mode can be activated for individual buffers.
! ;; Global Auto-Revert Mode applies to all file buffers.
  ;;
  ;; Both modes operate by checking the time stamp of all files at
  ;; intervals of `auto-revert-interval'.  The default is every five
--- 36,46 ----
  ;; Auto-Revert Mode.  Both modes automatically revert buffers
  ;; whenever the corresponding files have been changed on disk.
  ;;
! ;; Auto-Revert Mode can be activated for individual buffers.  Global
! ;; Auto-Revert Mode applies to all file buffers. (If the user option
! ;; `global-auto-revert-non-file-buffers' is non-nil, it also applies
! ;; to some non-file buffers.  This option is disabled by default.)
! ;; Neither mode reverts remote files.
  ;;
  ;; Both modes operate by checking the time stamp of all files at
  ;; intervals of `auto-revert-interval'.  The default is every five
============================================================




reply via email to

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