emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/buffers.texi,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/buffers.texi,v
Date: Sat, 07 Apr 2007 01:56:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/07 01:56:48

Index: buffers.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/buffers.texi,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- buffers.texi        16 Jan 2007 03:28:54 -0000      1.54
+++ buffers.texi        7 Apr 2007 01:56:48 -0000       1.55
@@ -593,16 +593,17 @@
 
 @node Modification Time
 @comment  node-name,  next,  previous,  up
address@hidden Comparison of Modification Time
address@hidden comparison of modification time
address@hidden modification time, comparison of
address@hidden Buffer Modification Time
address@hidden comparing file modification time
address@hidden modification time of buffer
 
   Suppose that you visit a file and make changes in its buffer, and
 meanwhile the file itself is changed on disk.  At this point, saving the
 buffer would overwrite the changes in the file.  Occasionally this may
 be what you want, but usually it would lose valuable information.  Emacs
 therefore checks the file's modification time using the functions
-described below before saving the file.
+described below before saving the file.  (@xref{File Attributes},
+for how to examine a file's modification time.)
 
 @defun verify-visited-file-modtime buffer
 This function compares what @var{buffer} has recorded for the
@@ -679,12 +680,11 @@
 @end defun
 
 @defun ask-user-about-supersession-threat filename
address@hidden obsolete buffer
 This function is used to ask a user how to proceed after an attempt to
-modify an obsolete buffer visiting file @var{filename}.  An
address@hidden buffer} is an unmodified buffer for which the associated
-file on disk is newer than the last save-time of the buffer.  This means
-some other program has probably altered the file.
+modify an buffer visiting file @var{filename} when the file is newer
+than the buffer text.  Emacs detects this because the modification
+time of the file on disk is newer than the last save-time of the
+buffer.  This means some other program has probably altered the file.
 
 @kindex file-supersession
 Depending on the user's answer, the function may return normally, in




reply via email to

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