]> git.eshelyaron.com Git - emacs.git/commitdiff
(Reverting): Correct description of revert-buffer's handling of point.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 3 Apr 2004 03:54:15 +0000 (03:54 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 3 Apr 2004 03:54:15 +0000 (03:54 +0000)
man/ChangeLog
man/files.texi

index 63277cb57f790dee9b136e8cb47c8cb4baf3d652..1cfe38d705c772d72e5e9ac600a2e626778cf7be 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-02  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * files.texi (Reverting): Correct description of revert-buffer's
+       handling of point.
+
 2004-03-22  Juri Linkov  <juri@jurta.org>
 
        * emacs.texi (Top): Add `Misc X'.
index a7f06619288bec51c00a0b683e875ae2119fbfa6..f73d1370eba1a618dfbc6f862ae319083ae6a244 100644 (file)
@@ -855,11 +855,10 @@ of the file.  To do this, use @kbd{M-x revert-buffer}, which operates on
 the current buffer.  Since reverting a buffer unintentionally could lose
 a lot of work, you must confirm this command with @kbd{yes}.
 
-  @code{revert-buffer} keeps point at the same distance (measured in
-characters) from the beginning of the file.  If the file was edited only
-slightly, you will be at approximately the same piece of text after
-reverting as before.  If you have made drastic changes, the same value of
-point in the old file may address a totally different piece of text.
+  @code{revert-buffer} tries to position point in such a way that, if
+the file was edited only slightly, you will be at approximately the
+same piece of text after reverting as before.  However, if you have made
+drastic changes, point may wind up in a totally different piece of text.
 
   Reverting marks the buffer as ``not modified'' until another change is
 made.